编写界面
This commit is contained in:
parent
161b616b4e
commit
00418e1c02
7 changed files with 100 additions and 85 deletions
|
@ -1,4 +1,7 @@
|
|||
import { createApp } from 'vue';
|
||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||
import 'bootstrap-icons/font/bootstrap-icons.css';
|
||||
import 'bootstrap';
|
||||
import App from './App.vue';
|
||||
|
||||
createApp(App).mount('#app');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue