[bugfix] module circular dependency (#728)

This commit is contained in:
neverland
2018-03-19 20:49:35 +08:00
committed by GitHub
parent b5b7d33534
commit 639ef64d96
72 changed files with 79 additions and 97 deletions

View File

@@ -1,5 +1,4 @@
import Vue from 'vue';
import create from './create';
const isServer = Vue.prototype.$isServer;
@@ -37,7 +36,6 @@ export {
get,
isObj,
isDef,
create,
isServer,
camelize,
isAndroid