@appril/vue-alert
v0.4.0
Published
Alert component for Appril apps
Downloads
21
Readme
Alert component for Appril apps
Install
- Edit
base/app/vue/plugins.ts
import Alert from '@appril/vue-alert'
Vue.use(Alert)
- Add
<vue-alert></vue-alert>
at the very top ofbase/layouts/client.html
At the very top cause it register a store module that should be available before other components mounted.