1.1.4 • Published 10 months ago

sz-file v1.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

vue-sz-file 文件预览插件

集成pdf, excel, word 预览功能

    npm i -S sz-file

使用方法

    import SzFile from 'sz-file'
    import 'SzFile/lib/sz-file.css'

    Vue.use(SzFile)

组件

sz-table 继承 element-ui table 原有属性

<template>
    <sz-file :url="url" :type="pdf"></sz-file>
    <sz-file :url="url" :type="xlsx"></sz-file>
    <sz-file :url="url" :type="docx"></sz-file>
</template>
参数说明类型
url流或者文件静态访问地址arraybuffer / string
type文件类型string
widthpdf容器宽度string
heightpdf容器高度string
fileStylepdf容器样式string
1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.0

10 months ago