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

    Problem with Meteor JS

    Help
    1
    1
    109
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      theara last edited by theara

      • It work fine on "quasar": "^1.1.0" (But don’t with "quasar": "^1.9.2")
        (Import by demand)
      // main.js
      import Vue from 'vue'
      import {  Quasar, ..... } from 'quasar'
      
      Vue.use(Quasar, {
        components: {},
        plugins: {
        },
        directives: {
        },
      })
      
      • But work with this import "quasar": "^1.9.2" (import all on startup file)
      import Quasar { .... , ..... } from 'quasar'
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post