[breaking change] repaint all icons, add lots of icons (#2221)

This commit is contained in:
neverland
2018-12-16 15:18:25 +08:00
committed by GitHub
parent 347e980da9
commit 79a73a5b4e
16 changed files with 76 additions and 1475 deletions

View File

@@ -1,10 +1,10 @@
import '../../packages/index.less';
import Vue from 'vue';
import VueRouter from 'vue-router';
import { progress } from 'vant-doc';
import { progress } from '@vant/doc';
import App from './WapApp';
import routes from './router';
import 'vant-doc/helper/touch-simulator';
import '@vant/doc/helper/touch-simulator';
const router = new VueRouter({
mode: 'hash',