feat: 组件封装示例添加源码地址

Former-commit-id: a3547fed7b4f7cd851f7b696546e2dba654bba5e
This commit is contained in:
haoxr
2023-05-21 15:17:04 +08:00
parent 922a8bfbbd
commit 4cc97965b8
3 changed files with 22 additions and 4 deletions

View File

@@ -17,11 +17,15 @@ const multiPicUrls = ref([
</script>
<template>
<div class="app-container">
<el-link href="https://element-plus.org" type="primary" target="_blank"
>示例源码 请点击>>>>>>></el-link
<el-link
href="https://gitee.com/youlaiorg/vue3-element-admin/blob/master/src/views/demo/upload.vue"
type="primary"
target="_blank"
class="mb-10"
>示例源码 请点击>>>></el-link
>
<el-form class="mt-10">
<el-form>
<el-form-item label="单图上传">
<single-upload v-model="singlePicUrl" />
</el-form-item>