fix(plugin-jsx): interop default

This commit is contained in:
三咲智子 Kevin Deng
2024-01-13 02:52:35 +08:00
parent baf379274a
commit 9dccd01438
2 changed files with 12 additions and 3 deletions

View File

@ -2,6 +2,7 @@
"name": "vue-jsx-monorepo",
"private": true,
"packageManager": "pnpm@8.14.1",
"type": "module",
"scripts": {
"build": "pnpm run -r build",
"test": "vitest",