mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
[bugfix] module circular dependency (#728)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user