Skip to content

Commit

Permalink
feat: add vite-plugin-vue-i18n in framework detection (#782)
Browse files Browse the repository at this point in the history
* fix: add vite-plugin-vue-i18n in framework detection

fix #751

* Empty commit to trigger CI

---------

Co-authored-by: Alex Terehov <terales@users.noreply.github.com>
  • Loading branch information
kingyue737 and terales committed Aug 27, 2023
1 parent 2e0def3 commit 6815d55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frameworks/vue-sfc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ class VueSFCFramework extends Framework {
packageJSON: [
'@kazupon/vue-i18n-loader',
'@intlify/vue-i18n-loader',
'@intlify/vite-plugin-vue-i18n',
'@intlify/unplugin-vue-i18n',
],
}

Expand Down

0 comments on commit 6815d55

Please sign in to comment.