From 528631f152b9b67c452aa52c5c311d5c1ac82759 Mon Sep 17 00:00:00 2001 From: MeloAlright Date: Sat, 17 Aug 2024 13:23:43 +0800 Subject: [PATCH] Live demo (#42) * feat: add progress in vue playground * feat: add 600 delay --- vue-playground/package.json | 1 + vue-playground/src/App.vue | 9 ++++++++- vue-playground/src/main.ts | 5 +++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/vue-playground/package.json b/vue-playground/package.json index ad9573d3..c1973e56 100644 --- a/vue-playground/package.json +++ b/vue-playground/package.json @@ -14,6 +14,7 @@ "prismjs": "^1.29.0", "vue": "^3.2.13", "vue-live": "^2.5.4", + "vue3-progress": "0.0.1-beta4", "vue-skia": "workspace:*" }, "devDependencies": { diff --git a/vue-playground/src/App.vue b/vue-playground/src/App.vue index 6105bbe9..6d34288c 100644 --- a/vue-playground/src/App.vue +++ b/vue-playground/src/App.vue @@ -1,4 +1,5 @@