Giter Club home page Giter Club logo

Comments (3)

markthree avatar markthree commented on August 16, 2024 3

@JohnCampionJr I think there should be an option to configure whether or not nested routes inherit the default layout

from vite-plugin-vue-layouts.

markthree avatar markthree commented on August 16, 2024 2

@shawnwildermuth Yes, it's a design problem.

An easy way to solve this problem is to create pages/customer.vue and set the layout to false

<template>
    <RouterView />
</template>

<route lang="json">
{
    "meta": {
        "layout": false
    }
}
</route>

image

from vite-plugin-vue-layouts.

markthree avatar markthree commented on August 16, 2024

I've tried to solve the problem, but it seems to ignore parameter routing (There may be other scenarios that have not been tested), and I thought I'd try to see if I could come up with a more elegant solution in the near future (when I'm done with my latest work 😭)

Related issue → #134
Related pr → #137

Overall, this is a problem with the design of the file routing structure of unplugin-vue-router, and we can only try to make it make sense (in terms of layout)

from vite-plugin-vue-layouts.

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.