@nuxtjs/storybook: v4.0.2
nuxt: 2.15.6
https://github.com/norioxkimura/nuxt-storybook-bug-20210529
$ git clone https://github.com/norioxkimura/nuxt-storybook-bug-20210529
$ cd nuxt-storybook-bug-20210529
$ cd 0.24-ng
$ npm ci
$ npm run storybook
<counter> component implemented using composition-api doesn't work.
$ cd ../0.23-ok
$ npm ci
$ npm run storybook

(outside of Nuxt) only auto-registers plugin if NODE_ENV == 'test'node_modules/@nuxtjs/storybook/dist/cli.js as process.env.NODE_ENV = 'test'; (See code), my story of <counter> works well again.@norioxkimura Thanks for the report! This should be fixed in v0.24.3 of @nuxtjs/composition-api.
Most helpful comment
@norioxkimura Thanks for the report! This should be fixed in v0.24.3 of
@nuxtjs/composition-api.