We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c45aa6 commit 915eea6Copy full SHA for 915eea6
README.md
@@ -67,7 +67,7 @@ Note that only attribute values that are static strings are transformed. Otherwi
67
## Example for passing options to `vue/compiler-sfc`:
68
69
```ts
70
-import vue from '@vitejs/plugin-vue'
+import vue from '@vitejs/plugin-vue2'
71
72
export default {
73
plugins: [
@@ -88,7 +88,7 @@ export default {
88
## Example for transforming custom blocks
89
90
91
92
93
const vueI18nPlugin = {
94
name: 'vue-i18n',
0 commit comments