portal profile form updated to vue form
This commit is contained in:
2
resources/assets/js/views/portal/profile.js
vendored
2
resources/assets/js/views/portal/profile.js
vendored
@ -15,7 +15,6 @@ import DashboardPlugin from './../../plugins/dashboard-plugin';
|
||||
import Global from './../../mixins/global';
|
||||
|
||||
import Form from './../../plugins/form';
|
||||
import BulkAction from './../../plugins/bulk-action';
|
||||
|
||||
// plugin setup
|
||||
Vue.use(DashboardPlugin);
|
||||
@ -29,6 +28,7 @@ const app = new Vue({
|
||||
|
||||
data: function () {
|
||||
return {
|
||||
form: new Form('profile'),
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user