Closed thisVioletHydra closed 1 year ago
before install this plugin, all work
plugins: [ isDevelopmentMode ? mkcert() : undefined, splitVendorChunkPlugin(), ViteAliases(cfg._ViteAliases), staticCssModules({ preservePrefix: '---' }), svgLoader(), Components(Object.assign(cfg._Components, resolverComponent)), VueI18nPlugin(cfg._vueI18n), AutoImport(cfg._AutoImport), vitePluginImportus(cfg._Importus), vue(), removeCssModulesChunk(), checker({ vueTsc: true }), ],
<div class="group form-body"> <auth-title /> <auth-title /> <auth-title /> <!-- <div class="item"><auth-form /></div> --> </div>
<div class="group form-body"> <div class="item"><auth-title /></div> <div class="item"><auth-title /></div> <div class="item"><auth-title /></div> <!-- <auth-title /> --> <!-- <auth-title /> --> <!-- <div class="item"><auth-form /></div> --> </div>
Thanks for the report. The issue should be fixed now. Please update to 3.0.4
before install this plugin, all work
Vite plugins
Before wrap
after wrapping components, start work!