[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,6 +1,6 @@
import Vue from 'vue';
import VueRouter from 'vue-router';
import VantDoc, { progress } from 'vant-doc';
import VantDoc, { progress } from '@vant/doc';
import App from './DocsApp';
import routes from './router';
import { isMobile } from './utils';