whoooami
whoooami
I add three [home, default, 404] in src/layouts use jsx. 1、 vite.config.ts ```// https://github.com/JohnCampionJr/vite-plugin-vue-layouts Layouts({ extensions: ['vue', 'jsx'], }), ``` 2、add layout yaml config ``` import { defineComponent } from...
I add pageLayout options to vite Layout try to solve jsx layout problem such like. ``` Layouts({ defaultLayout: 'default', layoutsDirs: 'src/**/layouts', pagesDirs: [], pageLayout: [ { path: '/me', layout: 'home'...
## Detailed Description When I import and build my project. it's show error message below. Sorry about my build tool [vite-ssg] which I don't know change what. I am appreciate...
### Describe the bug When I login in my home page. 1、authStore.login(data); // checked the data was save in localStorage. 2、When I click refresh button of chrome. I see the...
### Describe the bug pnpm dev run normal. pnpm build error: ``` ReferenceError: tinymce is not defined at Object. (node_modules/.pnpm/[email protected]/node_modules/tinymce/icons/default/icons.js:1:1) at Module._compile (node:internal/modules/cjs/loader:1376:14) at Module._extensions..js (node:internal/modules/cjs/loader:1435:10) at Module.load (node:internal/modules/cjs/loader:1207:32) at...
### Describe the bug When I login in my home page. 1、authStore.login(data); // checked the data was save in localStorage. 2、When I click refresh button of chrome. I see the...