2025-03-18 10:50:56 +08:00

22 lines
307 B
Vue

<template>
<section>
<custom-rich-editor />
</section>
</template>
<script setup>
import { ref } from 'vue';
/* --------------- data --------------- */
// #region
// #endregion
/* --------------- methods --------------- */
// #region
// #endregion
</script>
<style lang="scss" scoped></style>