fix: some prop type issues

update: rollup.config.js & vite.config.ts & package.json
This commit is contained in:
Braks
2021-07-10 00:05:49 +02:00
parent 0603a12ee0
commit 303444f74d
7 changed files with 24 additions and 18 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export default defineConfig({
// Provide global variables to use in the UMD build
// for externalized deps
globals: {
'vue-demi': 'vue-demi'
'vue-demi': 'VueDemi'
},
dir: 'dist',
sourcemap: true,