You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
549 B
17 lines
549 B
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
require('./src/index.js');
|
|
var index_vue_vue_type_script_lang = require('./src/index.vue_vue_type_script_lang.js');
|
|
|
|
index_vue_vue_type_script_lang["default"].install = (app) => {
|
|
app.component(index_vue_vue_type_script_lang["default"].name, index_vue_vue_type_script_lang["default"]);
|
|
};
|
|
const _Upload = index_vue_vue_type_script_lang["default"];
|
|
const ElUpload = _Upload;
|
|
|
|
exports.ElUpload = ElUpload;
|
|
exports["default"] = _Upload;
|
|
//# sourceMappingURL=index.js.map
|