Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can support dir layout component? #152

Open
ilxqx opened this issue Jun 20, 2024 · 0 comments
Open

Can support dir layout component? #152

ilxqx opened this issue Jun 20, 2024 · 0 comments

Comments

@ilxqx
Copy link

ilxqx commented Jun 20, 2024

Hey, Thanks for your work. The idea of this plugin is very GREAT!
Consider the structure below:

./layouts
├── blank
│   └── index.vue
└── default
    ├── components
    │   ├── header.vue
    │   ├── main.vue
    │   └── menu.vue
    └── index.vue

The reason a layout is organized as a folder is to allow all specific components related to that layout to be placed within a single folder. This way, my requirement is that the default layout component should be layouts/default/index.vue instead of layouts/default.vue.

Is it possible to satisfy this requirement?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant