mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-09 17:52:26 +00:00
Add loader
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import { createApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
import { createApp } from "vue";
|
||||
import App from "./App.vue";
|
||||
|
||||
import "bootstrap/dist/css/bootstrap.min.css";
|
||||
import "bootstrap/dist/js/bootstrap.min.js";
|
||||
|
||||
createApp(App).mount('#app')
|
||||
import "./style.css";
|
||||
import "./xess.css";
|
||||
|
||||
createApp(App).mount("#app");
|
||||
|
Reference in New Issue
Block a user