From 8e50d366bd33377e983d2e2b342b407e63329cfe Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 28 Feb 2025 15:33:49 +0100 Subject: [PATCH] chore(package): export `components` and `composables` --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 7aa82e54..99185854 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,8 @@ "types": "./vue-plugin.d.ts" }, "./runtime/*": "./dist/runtime/*", + "./components/*": "./dist/runtime/components/*", + "./composables/*": "./dist/runtime/composables/*", "./utils/*": { "types": "./dist/runtime/utils/*.d.ts", "import": "./dist/runtime/utils/*.js"