question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

vuetify no longer being recognized after 1.0RC

See original GitHub issue

After the 1.0RC branch my vuetify package is no longer working. I have been using vuetify globally within my project and it has stopped working.

Unknown custom element: <v-app> - did you register the component correctly? For recursive components, make sure to provide the “name” option."

Unknown custom element: <v-navigation-drawer> - did you register the component correctly? For recursive components, make sure to provide the “name” option.

I tried with my packages in the main package.json as well as moving my packages to the themes folder packages.json

{{theme}}/plugins/vuetify

import Vue from 'vue'

import Vuetify from 'vuetify'
import 'vuetify/dist/vuetify.css'

Vue.use(Vuetify, {
  theme: {
    primary: '#447233',
    secondary: '#63c566',
    accent: '#82B1FF',
    error: '#FF5252',
    info: '#2196F3',
    success: '#4CAF50',
    warning: '#FFC107'
  }
})

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:12 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
filrakcommented, Mar 2, 2018

@jimhill21 i added this feature https://github.com/DivanteLtd/vue-storefront/commit/ffcf7e0775a51f86d6b834d86fa9000c0928ac8c pull the changes please 😉

But sill i think you should just export it in `{theme}/plugins/index.js’ With your code it should look like this

import Vuetify from 'vuetify'

VuetifyBuild = { Vuetify, {
  theme: {
    primary: '#447233',
    secondary: '#63c566',
    accent: '#82B1FF',
    error: '#FF5252',
    info: '#2196F3',
    success: '#4CAF50',
    warning: '#FFC107'
  }
}

export {
  VuetifyBuild 
}

This will work with the API before changes and without use of app-extend

0reactions
simonmaasscommented, Oct 30, 2019

@jimcreate78 did u get it to work in v.1.10.4?

Read more comments on GitHub >

github_iconTop Results From Across the Web

vuetify no longer being recognized after 1.0RC #790 - GitHub
After the 1.0RC branch my vuetify package is no longer working. I have been using vuetify globally within my project and it has...
Read more >
All Posts - Raymond Camden
Posts for 2022 · Posts for 2021 · Posts for 2020 · Posts for 2019 · Posts for 2018 · Posts for 2017...
Read more >
vue2: 【Vue.js资讯】目前web前端开发非常火爆的框架 - Gitee
【Vue.js资讯】目前web前端开发非常火爆的框架;定时更新,欢迎Star 一下。
Read more >
[Sedna RSS] MediaSPIP - Newest 'ffmpeg' Questions - 365
I'd like to be able to stop it recording remotely. FFMPEG requires that q is pressed to stop encoding as it has to...
Read more >
Customizable JSON Schema-based forms with React, Angular ...
With version 3.0 of JSON Forms we removed json-schema-ref-parser from the core package. This change only affects users of the React variant (Vue ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found