fix vite plugin

This commit is contained in:
2025-01-17 09:13:55 +08:00
parent b20a2d9849
commit fe3f626290
3 changed files with 21 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
import { createApp } from 'vue';
import Config from './components/Config.vue';
import allComponent from 'kintone-ui-component';
createApp(Config, { pluginId: kintone.$PLUGIN_ID }).mount('#app');