Git Product home page Git Product logo

Comments (12)

tookit avatar tookit commented on August 17, 2024

breadcrumb?

from vue-material-admin.

GabrielSchenato avatar GabrielSchenato commented on August 17, 2024

Yes from this component PageHeader.vue , you can see in my picture

from vue-material-admin.

GabrielSchenato avatar GabrielSchenato commented on August 17, 2024

Is not like yours
captura de tela de 2019-02-28 11-35-02

from vue-material-admin.

tookit avatar tookit commented on August 17, 2024

I got it, I guess the your route trigger the issue

from vue-material-admin.

GabrielSchenato avatar GabrielSchenato commented on August 17, 2024

but I cloned your project and did not modify anything and it did not work either. And some things are different from the demo here http://vma.isocked.com/#/dashboard

from vue-material-admin.

GabrielSchenato avatar GabrielSchenato commented on August 17, 2024

Can you help me?

from vue-material-admin.

mjsunny avatar mjsunny commented on August 17, 2024

change
breadcrumbs.push(item.title); breadcrumbs.push(child.title);
to
breadcrumbs.push({text: item.title}); breadcrumbs.push({text: child.title});

from vue-material-admin.

supermebing avatar supermebing commented on August 17, 2024

确实有问题 跟Demo展示的不一样

from vue-material-admin.

GabrielSchenato avatar GabrielSchenato commented on August 17, 2024

Thanks @mjsunny, but I can't put a icon like the demo

from vue-material-admin.

mjsunny avatar mjsunny commented on August 17, 2024

If you want to put a icon then revert everything back to original PageHeader.vue file and then replace <v-breadcrumbs> tag to

<v-breadcrumbs divider="-">
    <v-breadcrumbs-item><v-icon>home</v-icon></v-breadcrumbs-item>                               
    <v-breadcrumbs-item v-for="(breadcrumb, index) in breadcrumbs" :key="index">{{breadcrumbs[index]}}</v-breadcrumbs-item>
</v-breadcrumbs>

from vue-material-admin.

GabrielSchenato avatar GabrielSchenato commented on August 17, 2024

Oh really thank you @mjsunny, I need to ask something, if you refresh the page in the route http://localhost:8000/#/login for exemple it's load the Dashboard first instead of the Login page after some seconds the Login page appears

from vue-material-admin.

rizkyarlin avatar rizkyarlin commented on August 17, 2024

Oh really thank you @mjsunny, I need to ask something, if you refresh the page in the route http://localhost:8000/#/login for exemple it's load the Dashboard first instead of the Login page after some seconds the Login page appears

Set a timeout then call the router programmatically. https://router.vuejs.org/guide/essentials/navigation.html

from vue-material-admin.

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.