Skip to content

Commit

Permalink
Merge branch 'master' into fix/重构富文本编辑器
Browse files Browse the repository at this point in the history
  • Loading branch information
anguoo authored Mar 30, 2024
2 parents a5f2759 + ceaae9e commit e263e74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/views/test-posts/posts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<div class="rank-create">
<div class="create-post">
<button @click="router.push('/test/editor')">创建帖子</button>
<button>创建帖子</button>
</div>
<div class="post-rank">
<div class="post-rank-title">
Expand Down
4 changes: 4 additions & 0 deletions src/views/test-posts/text-editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</div>
</div>
<div id="vditor" name="description"></div>
<div>
</div>
</template>

Expand Down Expand Up @@ -144,4 +145,7 @@ onMounted(() => {
flex: 1;
}
}
</script>
<style scoped lang="css">
</style>

0 comments on commit e263e74

Please sign in to comment.