vite关于WebComponent的配置 Last updated on January 22, 2023 pm 配置1234567891011121314151617export default defineConfig({ plugins: [ vue({ template: { compilerOptions: { isCustomElement: (tag) => tag.includes('-') } }, }), ], resolve:{ alias:{ vue:'vue/dist/vue.esm-bundler.js' } }}) vue #vue vite关于WebComponent的配置 https://angelaggression.github.io/2023/01/22/vite关于WebComponent的配置/ Author BurnedWings Posted on January 22, 2023 Licensed under 服务器重启关于nginx的一些配置 Previous vue事件修饰符 Next Please enable JavaScript to view the comments