Files
webman-buildadmin-mall/web/src/components/mixins/editor/default.vue
2026-03-18 17:19:03 +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>