08 2021 档案

摘要:Vue例子: 1.组件代码 components/svgIcon/index.vue <template> <svg :width="size" :height="size" :style="{fill: iconColor}"> <use :xlink:href="iconName"></use> 阅读全文 »
posted @ 2021-08-31 13:29 玛卡巴鉲 阅读(161) 评论(0) 推荐(0) 编辑
摘要:<!-- 上传--> <input v-show="false" ref="fileRef" type="file" @change="fileChange"> <el-button @click="uploadFile"></el-button> methods: { uploadFile() { 阅读全文 »
posted @ 2021-08-24 10:01 玛卡巴鉲 阅读(3646) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示