From 1a057810e3eae2420cacd1c18a7668f98f6580d1 Mon Sep 17 00:00:00 2001 From: sapphi-red <49056869+sapphi-red@users.noreply.github.com> Date: Tue, 10 Oct 2023 18:32:08 +0900 Subject: [PATCH] chore: use `import type` for type only file import --- playground/ssr-vue/src/components/ImportType.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/playground/ssr-vue/src/components/ImportType.vue b/playground/ssr-vue/src/components/ImportType.vue index 4070a0ba..e81ae1a9 100644 --- a/playground/ssr-vue/src/components/ImportType.vue +++ b/playground/ssr-vue/src/components/ImportType.vue @@ -3,6 +3,9 @@