@yzone/yy-file-select

0.0.8 • Public • Published

说明

友空间内部使用的文件上传组件,文件来源于文库

Author

zhaoting

安装

npm install @yzone/yy-file-select

使用

<template>
    <file-select v-model="showModal" @on-ok="handleOk()" host="http://web.api.chaoke.com:6062" lang="zh_cn"></file-select>
</template>

<script>
    import FileSelect from '@yzone/yy-file-select'

    components: {
        FileSelect
    },
    methods:{
        handleOk(res){
            //
        }
    }
</script>

参数说明

  • showModal: 是否展示

  • host: 表示当前环境文件接口域名,默认 http://web.api.chaoke.com:6062

  • lang: 表示当前环境语言, 中文--zh_cn, 繁体--zh_tw, 英文--en

  • @on-ok: 是确定按钮回调方法

Readme

Keywords

none

Package Sidebar

Install

npm i @yzone/yy-file-select

Weekly Downloads

0

Version

0.0.8

License

ISC

Unpacked Size

90.3 kB

Total Files

9

Last publish

Collaborators

  • howlzhaoting
  • huaganshang