| | |
| | | import state from './event' |
| | | import Vant from 'vant'; |
| | | import 'vant/lib/index.css'; |
| | | import { Swipe, SwipeItem, Skeleton, Switch } from 'vant'; |
| | | import { Swipe, SwipeItem, Skeleton, Switch, Notify } from 'vant'; |
| | | import './assets/css/style.css'; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | |
| | | Vue.use(animated) |
| | | Vue.use(ElementUI) |
| | | Vue.use(VueClipboard) |
| | | |
| | | // Vue.use(VueTouch, { name: 'v-touch' }) |
| | | // // Vue.prototype.$md5 = md5 |
| | | // VueTouch.config.swipe = { |
| | |
| | | Vue.use(Vant); |
| | | Vue.use(Mint) |
| | | Vue.use(Tab); |
| | | Vue.use(Tabs, Popup, DatetimePicker, Switch); |
| | | Vue.use(Tabs, Popup, DatetimePicker, Switch, Notify); |
| | | Vue.component('icon', Icon) |
| | | Vue.config.productionTip = false |
| | | Object.keys(filters).forEach(key => { |