[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

@@ -4,7 +4,7 @@
import Vue from 'vue';
import VueRouter from 'vue-router';
import VantDoc, { DemoBlock, DemoSection } from 'vant-doc';
import VantDoc, { DemoBlock, DemoSection } from '@vant/doc';
import i18n from '../../packages/mixins/i18n';
import Vant, { Lazyload, Locale } from '../../packages';
import { camelize } from '../../packages/utils';