fix: resolve components in legacy mode

This commit is contained in:
2026-02-03 22:04:39 +05:00
parent c0abc7f974
commit 2b701dec6c
6 changed files with 19 additions and 8 deletions
+3
View File
@@ -13,6 +13,9 @@ const config = {
bundleStrategy: "inline",
},
},
compilerOptions: {
runes: true,
},
};
export default config;