0.0.8 • Published 4 years ago

@yzone/yy-file-select v0.0.8

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

说明

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

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: 是确定按钮回调方法

0.0.8

4 years ago

0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago