From cfe14b966c6fed186cbc88d10b654d9e3e812747 Mon Sep 17 00:00:00 2001 From: Justineo Date: Thu, 24 Feb 2022 14:38:23 +0800 Subject: [PATCH] feat: add copy for view code --- components/OneDemo.vue | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/components/OneDemo.vue b/components/OneDemo.vue index 2efef8a..12eb42a 100644 --- a/components/OneDemo.vue +++ b/components/OneDemo.vue @@ -66,6 +66,15 @@ class="source" :style="{ height: codeExpanded ? `${sourceHeight || 0}px` : '0' }" > +
+ + + +
@@ -85,15 +94,20 @@