sheetjs/demos/vue/modify/src/main.ts

5 lines
93 B
TypeScript
Raw Normal View History

2022-03-15 15:11:02 +00:00
import { createApp } from 'vue';
import App from './App.vue';
createApp(App).mount('#app');