plainblack / ving

An opinionated web services starter for Nuxt3 that provides REST and per-field privileges out of the box.
https://plainblack.github.io/ving/
58 stars 7 forks source link

toast notifications don't work in production #44

Closed rizen closed 5 months ago

rizen commented 5 months ago
notify.$subscribe((mutation, state) => {
    console.log(mutation)
    const key = mutation?.events?.key;
    switch (key) {

mutation.events is undefined

rizen commented 5 months ago

fixed