Files
dafuweng-buildadmin/dafuweng-webman/web/src/components/mixins/editor/default.vue
2026-03-18 11:22:12 +08:00

12 lines
218 B
Vue

<template>
<div class="tips">{{ $t('utils.Please install editor') }}</div>
</template>
<script setup lang="ts"></script>
<style scoped lang="scss">
.tips {
color: var(--el-text-color-placeholder);
}
</style>