创建富文本

This commit is contained in:
yiqiuyang
2025-10-15 16:47:09 +08:00
parent 502eaff488
commit 05da1f7fbb

View File

@ -0,0 +1,10 @@
<script setup>
import {ref, onMounted} from 'vue'
onMounted(() => {})
</script>
<template>
<div></div>
</template>
<style lang="scss" scoped></style>