vite-plugin-vue-layouts
vite-plugin-vue-layouts copied to clipboard
Vue layout plugin for Vite
"vite": "^5.0.11", "vite-plugin-vue-layouts": "^0.11.0", 无法触发热更新/page reload vite4+layouts0.8版本可以出发热更新
In the latest vite demo test, if I manually update an already existing layout, restart is required for it to take effect, this pr fixes the issue。 There are no...
I tested all the build examples and found that ssg example needs to be changed to esmodule to be packaged properly.
Does Named Views support?
Lets imagine a case when in `/layouts` folder I have two layouts: _default_ and _custom_. I want their names to be constant and use them to define a page layout....
When I move from /users/123/edit to /users/234/edit, the url changes but doesn't re-render the page. I want the page to go back to the top and refetch all the required...
When using with vue-router, scrolling to an element via URL hash does not work: ``` const router = createRouter({ history: createWebHistory(import.meta.env.BASE_URL), routes: setupLayouts([ { path: "/", name: "Home", component: Home,...
"I'm having issues with the plugin when working with nested pages. For instance, at the top-level, the plugin works fine, and at the second level too. However, when configuring a...
Hey, Thanks for your work. The idea of this plugin is very GREAT! Consider the structure below: ``` ./layouts ├── blank │ └── index.vue └── default ├── components │ ├──...