Coder Social home page Coder Social logo

Comments (11)

gabyrusu avatar gabyrusu commented on May 9, 2024 2

I'm so stupid... I looked over that code 3 times before opening this issue and didn't see that vue router is missing.

Thanks a lot for your help!

from vuetify.

johnleider avatar johnleider commented on May 9, 2024

Are you using a Vuetify template or your own? The error would tell me that you do not have vue-router installed.

from vuetify.

gabyrusu avatar gabyrusu commented on May 9, 2024

I have vue-router installed. I'm trying to build my own template based on the vuetify documentation.

from vuetify.

johnleider avatar johnleider commented on May 9, 2024

Could you try reinstalling your node_modules.

#npm
rm -rf node_modules
npm install

#yarn
yarn upgrade

And let me know if it continues to happen.

from vuetify.

gabyrusu avatar gabyrusu commented on May 9, 2024

nothing changed... I'm still getting the same error

from vuetify.

gabyrusu avatar gabyrusu commented on May 9, 2024

This is the firts SidebarItem component in Vue Devtools

<SidebarItem>
group: null
group: null computed
item: Object prop
    href: "#!"
    icon: "dashboard"
    text: "Dashboard"
    router: true prop
sidebar: null
sidebar: 12 computed

maybe it helps...

from vuetify.

johnleider avatar johnleider commented on May 9, 2024

Do you have a repository that you can link me to or a reproduction link? The error you are having has to do with the registering of vue-router. The SidebarItem component only uses the router-link component.

from vuetify.

gabyrusu avatar gabyrusu commented on May 9, 2024

I just added one now: https://github.com/gabyrusu/vuetify

Thanks!

from vuetify.

johnleider avatar johnleider commented on May 9, 2024

You are not using vue-router in your code at all. You have installed it in npm, but that's it.

from vuetify.

johnleider avatar johnleider commented on May 9, 2024

You can review the official documentation for vue-router here.

from vuetify.

lock avatar lock commented on May 9, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord

from vuetify.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.