refactor: 文件路径调整

Former-commit-id: ee1ddb3a5ac7680d5361b2f9294f44da5be6edc4
This commit is contained in:
haoxr
2023-03-26 18:34:18 +08:00
parent a748c29fc3
commit fd20366f7b
4 changed files with 1 additions and 22 deletions

View File

@@ -12,6 +12,7 @@ export default {
login: '登 录',
verifyCode: '验证码'
},
// 导航栏国际化
navbar: {
dashboard: '首页',
logout: '注销',

View File

@@ -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>

View File

@@ -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>