From 2f06e74e1f0848478d3a6b47f60b8dc74eb53d37 Mon Sep 17 00:00:00 2001 From: JianJroh Date: Wed, 20 May 2026 15:19:17 +0800 Subject: [PATCH] chore(playground): add cross-package import to exercise vue-tracer --- packages/core/playground/src/pages/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/core/playground/src/pages/index.vue b/packages/core/playground/src/pages/index.vue index c91c641f..5b306147 100644 --- a/packages/core/playground/src/pages/index.vue +++ b/packages/core/playground/src/pages/index.vue @@ -1,4 +1,5 @@ @@ -12,6 +13,7 @@ import HelloWorld from '../components/HelloWorld.vue' +