Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

Commit 408515d

Browse files
[Docs] Fix import path (#95)
1 parent 7bec467 commit 408515d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The below rollup configi example:
5353

5454
```js
5555
import VuePlugin from 'rollup-plugin-vue'
56-
import VueI18nPlugin from 'rollup-plugin-vue-i18n'
56+
import VueI18nPlugin from '@intlify/rollup-plugin-vue-i18n'
5757
import resolve from '@rollup/plugin-node-resolve'
5858
import commonjs from '@rollup/plugin-commonjs'
5959
import path from 'path'

0 commit comments

Comments
 (0)