Skip to content

Commit 6815d55

Browse files
kingyue737terales
andauthored
feat: add vite-plugin-vue-i18n in framework detection (#782)
* fix: add vite-plugin-vue-i18n in framework detection fix #751 * Empty commit to trigger CI --------- Co-authored-by: Alex Terehov <[email protected]>
1 parent 2e0def3 commit 6815d55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/frameworks/vue-sfc.ts

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ class VueSFCFramework extends Framework {
88
packageJSON: [
99
'@kazupon/vue-i18n-loader',
1010
'@intlify/vue-i18n-loader',
11+
'@intlify/vite-plugin-vue-i18n',
12+
'@intlify/unplugin-vue-i18n',
1113
],
1214
}
1315

0 commit comments

Comments
 (0)