From 9f3d3bca7fbb02efd371e504f1883f2cc62c8235 Mon Sep 17 00:00:00 2001 From: Valentyne Stigloher Date: Tue, 1 Apr 2025 21:04:32 +0200 Subject: [PATCH] (vue) migrate to composition API --- components/Example.vue | 91 ++++++++++++++++++++---------------------- 1 file changed, 43 insertions(+), 48 deletions(-) diff --git a/components/Example.vue b/components/Example.vue index 56eb4d577..2331892fa 100644 --- a/components/Example.vue +++ b/components/Example.vue @@ -1,3 +1,46 @@ + +