diff --git a/pages/search/[id].vue b/pages/search/[id].vue index 1c5575fb6a6d1a7d7340fc81dbf16807b3d0088f..5f67a91d8d9f0429142025396259157f618c9bee 100644 --- a/pages/search/[id].vue +++ b/pages/search/[id].vue @@ -30,6 +30,21 @@ +
+ + 回答中... +
+
+ {{article}} +
+
+ + 来源... +
+
+ + 相关问题... +
@@ -47,4 +62,5 @@ const stepColor = computed(() => { default: return 'blue' } }) +const article = ref('ViewUIPlus 的 Table 组件是一个功能强大的组件,支持多种数据渲染和查看方式。以下是使用 ViewUIPlus Table 组件的一些基本步骤和特性:\n引入Table组件:首先,你需要从 ViewUIPlus 中引入 Table 组件。这可以通过在你的 Vue 3 项目中添加相应的导入语句来完成。例如:') \ No newline at end of file