mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 20:21:10 -04:00
Add New SweetAlert & Notification Components
This commit is contained in:
committed by
Mohit Panjwani
parent
3f7db2793f
commit
c3d3e5e35f
@ -8,7 +8,6 @@ import router from './router.js'
|
||||
import store from './store/index'
|
||||
import utils from './helpers/utilities'
|
||||
import i18n from './plugins/i18n'
|
||||
import swal from 'sweetalert'
|
||||
|
||||
require('./bootstrap')
|
||||
|
||||
@ -27,5 +26,4 @@ new Vue({
|
||||
router,
|
||||
store,
|
||||
i18n,
|
||||
swal,
|
||||
}).$mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user