osb/resources/assets/js/spark-components/settings/invoices/update-extra-billing-information.js
2017-11-03 16:26:07 +11:00

6 lines
156 B
JavaScript
Vendored

var base = require('settings/invoices/update-extra-billing-information');
Vue.component('spark-update-extra-billing-information', {
mixins: [base]
});