npm generate creates a static page but onclick does not trigger
[issue link]Expected behavior:
“Can you see me” button appears and hides when the “show/hide” button is pressed.
Current behavior:
The button does nothing when the “show/hide” button is clicked.
Notes:
The button appears and hides as expected when using npm run devor npm run build + npm run start
I feel like I must be doing something silly or misunderstanding how nuxt works.
Example page:
https://zurnaz.github.io/nuxt-example/
Repo:
https://github.com/Zurnaz/nuxt-example