Vue file formating..
This commit is contained in:
parent
f0b50b53e8
commit
0876197e35
@ -12,9 +12,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);
|
||||
|
||||
@ -24,9 +21,4 @@ const app = new Vue({
|
||||
mixins: [
|
||||
Global
|
||||
],
|
||||
|
||||
data: function () {
|
||||
return {
|
||||
}
|
||||
}
|
||||
});
|
||||
|
@ -28,9 +28,4 @@ const app = new Vue({
|
||||
mixins: [
|
||||
Global
|
||||
],
|
||||
|
||||
data: function () {
|
||||
return {
|
||||
}
|
||||
}
|
||||
});
|
||||
|
8
resources/assets/js/views/portal/payments.js
vendored
8
resources/assets/js/views/portal/payments.js
vendored
@ -13,9 +13,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);
|
||||
|
||||
@ -25,9 +22,4 @@ const app = new Vue({
|
||||
mixins: [
|
||||
Global
|
||||
],
|
||||
|
||||
data: function () {
|
||||
return {
|
||||
}
|
||||
}
|
||||
});
|
||||
|
4
resources/assets/js/views/settings/taxes.js
vendored
4
resources/assets/js/views/settings/taxes.js
vendored
@ -32,8 +32,8 @@ const app = new Vue({
|
||||
}
|
||||
},
|
||||
|
||||
methods:{
|
||||
taxRateReplace(){
|
||||
methods: {
|
||||
taxRateReplace() {
|
||||
this.form.rate = this.form.rate.replace(',', '.');
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user