feat: ✨ 组件封装示例添加源码地址
Former-commit-id: a3547fed7b4f7cd851f7b696546e2dba654bba5e
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user