From 604615e3f62c99f2a0caf3fb5635f373129ad7e3 Mon Sep 17 00:00:00 2001 From: Aresn Date: Tue, 14 May 2024 16:59:08 +0800 Subject: [PATCH] Update [id].vue --- pages/search/[id].vue | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pages/search/[id].vue b/pages/search/[id].vue index 1c5575f..5f67a91 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 -- GitLab