v1.3.1
Release notes
What's new
Nuxt Module
Add addPlugin
boolean to module options. This won't initialize the notivue store via createNotivue
leaving to you the implementation while still providing auto imports. Can be used for example, to export the push reference if using ssr: false
.
What's changed
Notivue Core
The push object is now frozen to prevent accidental tampering.
What's fixed
Nuxt Module
Hardcoded configuration types which were not retained when imported from outside.