mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
[improvement] use component name (#2450)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user