[improvement] rename docs/src to docs/site (#3660)

This commit is contained in:
neverland
2019-06-27 11:37:44 +08:00
committed by GitHub
parent 75c79b7044
commit 425ba7ecf7
17 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import Vue from 'vue';
import '../docs/src/demo-common';
import '../docs/site/demo-common';
import Locale from '../src/locale';
import { mount, later } from './utils';