Thank you Scott!, now is working on IExplorer.
Best posts made by pablozabo
Latest posts made by pablozabo
-
RE: q-datetime
yes, it’s a.vue file. q-datetime is the only component that doesn’t work.
-
q-datetime
Hello, I get the following error when I try to use q-datetime component:
[Vue warn]: Missing required prop: “value”
(found in component <q-inline-datetime>)My template looks like this:
<q-datetime
v-model=“model”
type=“date”</q-datetime>
and the js:
import moment from ‘moment’
// …
export default {
data () {
return {
model: moment().format(),
// …
}
},
// …
} -
RE: data-table pageChanged event
Thanks @rstoenescu.
For now, i’m going to add a q-pagination component and watch the page variable in order to do a server call. -
data-table pageChanged event
Hello, is there a way to handle pagination events in order to do server side pagination request?.
Regards,
Pablo. -
View not rendered on IExplorer
Hello,
i’ve created a new project with Quasar CLI and it works fine on Chrome and Firefox but on IExplorer the view is not rendred and i don’t see any error on browser console.
This is what I get on IExplorer:Regards,
Pablo. -
iexplorer bug
Hello,
when I run the ‘showcase/layout/drawer’ example on IExplorer, the drawer button doesn’t work and I get the following error:Regards,
Pablo.