Skip to content

Commit 915eea6

Browse files
authored
docs: correct wrong import statement (#6)
1 parent 6c45aa6 commit 915eea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Note that only attribute values that are static strings are transformed. Otherwi
6767
## Example for passing options to `vue/compiler-sfc`:
6868

6969
```ts
70-
import vue from '@vitejs/plugin-vue'
70+
import vue from '@vitejs/plugin-vue2'
7171

7272
export default {
7373
plugins: [
@@ -88,7 +88,7 @@ export default {
8888
## Example for transforming custom blocks
8989

9090
```ts
91-
import vue from '@vitejs/plugin-vue'
91+
import vue from '@vitejs/plugin-vue2'
9292

9393
const vueI18nPlugin = {
9494
name: 'vue-i18n',

0 commit comments

Comments
 (0)