fix(文档): 修复评论组件ID并统一主页样式
- 将评论组件ID从'zcomments'改为更通用的'comments' - 为主页评论区域添加样式约束 - 统一主页标题字符串引号格式
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div id="zcomments" ref="commentsRoot"></div>
|
||||
<div id="comments" ref="commentsRoot"></div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
Reference in New Issue
Block a user