mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
uploader
This commit is contained in:
@@ -30,6 +30,7 @@ import Row from '../packages/row/index.js';
|
||||
import Actionsheet from '../packages/actionsheet/index.js';
|
||||
import Quantity from '../packages/quantity/index.js';
|
||||
import Progress from '../packages/progress/index.js';
|
||||
import Uploader from '../packages/uploader/index.js';
|
||||
|
||||
const install = function(Vue) {
|
||||
if (install.installed) return;
|
||||
@@ -62,6 +63,7 @@ const install = function(Vue) {
|
||||
Vue.component(Actionsheet.name, Actionsheet);
|
||||
Vue.component(Quantity.name, Quantity);
|
||||
Vue.component(Progress.name, Progress);
|
||||
Vue.component(Uploader.name, Uploader);
|
||||
};
|
||||
|
||||
// auto install
|
||||
@@ -103,5 +105,6 @@ module.exports = {
|
||||
Row,
|
||||
Actionsheet,
|
||||
Quantity,
|
||||
Progress
|
||||
Progress,
|
||||
Uploader
|
||||
};
|
||||
|
Reference in New Issue
Block a user