From 35f1707e033554ea1bca5b3a2887741321b09898 Mon Sep 17 00:00:00 2001 From: Yue JIN Date: Sun, 23 Jun 2024 21:54:43 +0800 Subject: [PATCH] chore: add source button on playground --- playground/app.vue | 2 +- playground/components/NExample.vue | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/playground/app.vue b/playground/app.vue index bb04123..991d5bb 100644 --- a/playground/app.vue +++ b/playground/app.vue @@ -46,7 +46,7 @@ const themeOptions = [ -
+
diff --git a/playground/components/NExample.vue b/playground/components/NExample.vue index 223be41..caf2bcd 100644 --- a/playground/components/NExample.vue +++ b/playground/components/NExample.vue @@ -9,6 +9,12 @@ defineProps<{ id: string; title: string; desc: string }>() {{ title }} ({{ desc }}) + Source