This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Description
Prerequisites
Fastify version
3
Plugin version
0.03
Node.js version
18
Operating system
macOS
Operating system version (i.e. 20.04, 11.3, 10)
Monterey 12.6
Description
I'm just trying out the vue ts example, everything works fine but vue is not reactive (i.e : the original data is displayed, but if I do a simple count++ it won't update. It is also not detected by vue devtool
I use a basic vue-ts example from the dev branch, the only thing I've changed is updating @vueuse/core to latest
Steps to Reproduce
Just install the basic vue example, try reactivity
Expected Behavior
No response