mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-28 08:04:12 +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');
|