refactor: 文件路径调整
Former-commit-id: ee1ddb3a5ac7680d5361b2f9294f44da5be6edc4
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
<!-- wangEditor富文本编辑器示例 -->
|
||||
<script setup lang="ts">
|
||||
import Editor from '@/components/WangEditor/index.vue';
|
||||
const value = ref('初始内容');
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<editor v-model="value" style="height: 600px" />
|
||||
</div>
|
||||
</template>
|
||||
@@ -1,11 +0,0 @@
|
||||
<!-- 图标选择器 -->
|
||||
|
||||
<script setup lang="ts">
|
||||
const value = ref('edit');
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<icon-select v-model="value" width="400px" />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user