quasar-starter-kit-app-extension icon indicating copy to clipboard operation
quasar-starter-kit-app-extension copied to clipboard

Vetur code completion for app extensions

Open moander opened this issue 6 years ago • 0 comments

First of all thank you for all the hard work. Quasar framework is awesome!

Vetur supports Quasar Framework but for app extensions you need to add quasar as a dependency:

  "dependencies": {
    "quasar": "*"
  }

For app extensions I think the proper way would be to add it to devDependency but Vetur does not currently support that so I'm reporting this for the reference.

moander avatar Nov 14 '19 23:11 moander