mirror of
https://github.com/rubickCenter/rubick
synced 2025-07-21 07:29:33 +08:00
6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
import { createApp } from 'vue';
|
|
import App from './App.vue';
|
|
import './assets/var.less';
|
|
|
|
createApp(App).mount('#app');
|