feat: ✨ 组件封装示例添加源码地址
This commit is contained in:
parent
e8d8f7b28d
commit
a3547fed7b
|
|
@ -5,6 +5,13 @@ const iconName = ref("edit");
|
|||
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<el-link
|
||||
href="https://gitee.com/youlaiorg/vue3-element-admin/blob/master/src/views/demo/icon-selector.vue"
|
||||
type="primary"
|
||||
target="_blank"
|
||||
class="mb-10"
|
||||
>示例源码 请点击>>>></el-link
|
||||
>
|
||||
<icon-select v-model="iconName" />
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -6,6 +6,13 @@ const value = ref("初始内容");
|
|||
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<editor v-model="value" style="height: calc(100vh - 124px)" />
|
||||
<el-link
|
||||
href="https://gitee.com/youlaiorg/vue3-element-admin/blob/master/src/views/demo/wang-editor.vue"
|
||||
type="primary"
|
||||
target="_blank"
|
||||
class="mb-[20px]"
|
||||
>示例源码 请点击>>>></el-link
|
||||
>
|
||||
<editor v-model="value" style="height: calc(100vh - 180px)" />
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue