UNPKG

naive-upload

Version:

<p align="left"> <a href="https://www.npmjs.org/package/naive-upload"> <img src="https://img.shields.io/npm/v/naive-upload.svg"> </a> <a href="https://bundlephobia.com/package/naive-upload@latest"> <img src="https://img.shields.io/bundl

18 lines (17 loc) 327 B
import NaiveUpload from './index.vue2.vue'; import type { Plugin } from "vue-demi"; declare const installer: Plugin; /** * 用于全局注册组件 */ export default installer; /** * 用于按需引用 */ export { /** * 文件上传组件 */ NaiveUpload }; export * from './export.base';