[improvement] use component name (#2450)

This commit is contained in:
neverland
2019-01-06 23:08:14 +08:00
committed by GitHub
parent e437e9c10d
commit bf50db9ea0
13 changed files with 87 additions and 76 deletions

View File

@@ -1,4 +1,5 @@
import Vue from 'vue';
import use from './use';
const isServer = Vue.prototype.$isServer;
@@ -37,6 +38,7 @@ function range(num, min, max) {
}
export {
use,
get,
range,
isObj,