Closed shwull closed 8 months ago
Hi There, You only missing one configuration attribute
in the vite config you should add the custom element true
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue({
customElement: true,
})],
})
oh, miss this. Thank you
Closing this Ticket
Missing one configuration attribute
https://stackblitz.com/edit/vitejs-vite-exevhh?file=src%2Fmain.js,src%2FTest.vue,src%2FApp.vue&terminal=dev