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 747c526 commit c3effd6Copy full SHA for c3effd6
README.md
@@ -44,6 +44,8 @@ Example: [`playground/`](./playground/)
44
<details>
45
<summary>Nuxt</summary><br>
46
47
+> From v0.28.0 of `@nuxtjs/composition-api`, this plugin is included and enabled out-of-box.
48
+
49
```bash
50
npm i @nuxtjs/composition-api
51
```
@@ -53,7 +55,6 @@ npm i @nuxtjs/composition-api
53
55
export default {
54
56
buildModules: [
57
'@nuxtjs/composition-api/module',
- 'unplugin-vue2-script-setup/nuxt',
58
],
59
scriptSetup: { /* options */ },
60
}
0 commit comments