DuoYue

Results 2 issues of DuoYue

in $subscribe ,I use `console` to print the mutations and states when the states change : ```javascript store.$subscribe((mutations, state) => { console.log('states change :', mutations, state); }); ``` it works...

discussion
has workaround

I have some code like this , it could output correctly when app first loaded or refresh ,but don‘t work after HMR. ```javascript const pinia = createPinia(); pinia.use(({ store })...

✨ enhancement
HMR 🔥