diff --git a/vite.config.js b/vite.config.js index 19cfa69..f02cd53 100644 --- a/vite.config.js +++ b/vite.config.js @@ -23,6 +23,7 @@ export default defineConfig({ rollupOptions: { external: ['vue'], output: { + exports: 'named', globals: { vue: 'Vue' }