Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit c3effd6

Browse files
committed
docs: add note about nuxt module
1 parent 747c526 commit c3effd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Example: [`playground/`](./playground/)
4444
<details>
4545
<summary>Nuxt</summary><br>
4646

47+
> From v0.28.0 of `@nuxtjs/composition-api`, this plugin is included and enabled out-of-box.
48+
4749
```bash
4850
npm i @nuxtjs/composition-api
4951
```
@@ -53,7 +55,6 @@ npm i @nuxtjs/composition-api
5355
export default {
5456
buildModules: [
5557
'@nuxtjs/composition-api/module',
56-
'unplugin-vue2-script-setup/nuxt',
5758
],
5859
scriptSetup: { /* options */ },
5960
}

0 commit comments

Comments
 (0)