pui9-alerts
v3.2.3
Published
PUI9 Alerts Components
Readme
PUI9 Alerts Components Library
This library provides the PUI9 alerts components based on Vuetify 2.x:
Installation
npm install pui9-alertsAnd then import and use it:
import Pui9Alerts from 'pui9-alerts';
...
Vue.use(Pui9Alerts);