refactor: 文件路径调整
Former-commit-id: ee1ddb3a5ac7680d5361b2f9294f44da5be6edc4
This commit is contained in:
@@ -12,6 +12,7 @@ export default {
|
||||
login: '登 录',
|
||||
verifyCode: '验证码'
|
||||
},
|
||||
// 导航栏国际化
|
||||
navbar: {
|
||||
dashboard: '首页',
|
||||
logout: '注销',
|
||||
@@ -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