Vue file formating..
This commit is contained in:
@ -38,7 +38,7 @@ const app = new Vue({
|
||||
params: {
|
||||
code: currency_code
|
||||
}
|
||||
})
|
||||
})
|
||||
.then(response => {
|
||||
this.money.decimal = response.data.decimal_mark;
|
||||
this.money.thousands = response.data.thousands_separator;
|
||||
|
@ -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 {
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user