@wyg-plus/components
v0.4.2
Published
Vue components of Wyg Plus Components collection.
Downloads
13
Maintainers
Readme
现包含(文件预览、上传)组件
目前支持文件预览:
| office | 文本 | 视频 | 音频 | 图片 |
| -------- | ------- | ------- | ------ | -------- |
| doc | html | mp4 | mp3 | svg |
| docx | txt | webm | | png |
| xls | json | ogv | | jpeg |
| xlsx | js | | | jpg |
| pdf | css | | | gif |
| ppt | | | | webp |
| pptx | | | | |
使用说明
安装依赖
npm install @wyg-plus/components引入
import { WFilePreview, WUpload } from '@wyg-plus/components'
import '@wyg-plus/components/dist/style.css'