|
@@ -2,9 +2,10 @@ import { createApp } from 'vue';
|
|
|
import App from './App';
|
|
|
import router from './router';
|
|
|
import store from './store';
|
|
|
-import '@/style/index.scss';
|
|
|
+
|
|
|
import Vant from "vant";
|
|
|
import "vant/lib/index.css";
|
|
|
+import '@/style/index.scss';
|
|
|
import "babel-polyfill"
|
|
|
import components from "./components";
|
|
|
let app = createApp(App)
|