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.