No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. pablozabo
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 7
    • Best 1
    • Groups 0

    pablozabo

    @pablozabo

    1
    Reputation
    287
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    pablozabo Follow

    Best posts made by pablozabo

    • RE: View not rendered on IExplorer

      Thank you Scott!, now is working on IExplorer.

      posted in Help
      P
      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.

      posted in Help
      P
      pablozabo
    • 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(),
      // …
      }
      },
      // …
      }

      posted in Help
      P
      pablozabo
    • 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.

      posted in Help
      P
      pablozabo
    • data-table pageChanged event

      Hello, is there a way to handle pagination events in order to do server side pagination request?.

      Regards,
      Pablo.

      posted in Help
      P
      pablozabo
    • RE: View not rendered on IExplorer

      Thank you Scott!, now is working on IExplorer.

      posted in Help
      P
      pablozabo
    • 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:

      0_1488804247077_upload-b916f0cc-f5b0-440c-ac2d-c250bb9a2210

      Regards,
      Pablo.

      posted in Help
      P
      pablozabo
    • 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:

      0_1488582777254_upload-19121843-80a3-4202-8eec-6306362c3a2c

      Regards,
      Pablo.

      posted in Framework
      P
      pablozabo