feat : 文章管理crud功能完成

This commit is contained in:
2024-09-21 21:59:12 +08:00
parent 090e9a1ea8
commit 4f594b0bfd
7 changed files with 362 additions and 228 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="tinymce-boxz">
<div class="tinymce-boxz" style="width: 100%">
<Editor v-model="content" :init="init"/>
</div>
</template>