flowstocktrading
2022-11-03 2f72cf1a3a30b665619e7fcaa2657e225598554e
src/main.js
@@ -12,6 +12,7 @@
import Vant from 'vant';
import 'vant/lib/index.css';
import { Swipe, SwipeItem, Skeleton } from 'vant';
import './assets/css/style.css';
@@ -24,7 +25,8 @@
import animated from 'animate.css' // npm install animate.css --save安装,在引入
import '../static/css/public2.css'
import echarts from 'echarts'
Vue.prototype.$echarts = echarts;
// import VueTouch from 'vue-touch'
Vue.use(Swipe);
Vue.use(SwipeItem);