6 lines
124 B
JavaScript
6 lines
124 B
JavaScript
|
var base = require('settings/payment-method/update-vat-id');
|
||
|
|
||
|
Vue.component('spark-update-vat-id', {
|
||
|
mixins: [base]
|
||
|
});
|