We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56997e commit a620ca9Copy full SHA for a620ca9
resources/assets/js/backend/app.js
@@ -744,7 +744,7 @@ function _init() {
744
*/
745
746
Vue.component('flash', require('../components/Flash.vue').default);
747
-Vue.component('export-component', require('../components/backend/Export.vue'));
+Vue.component('export-component', require('../components/backend/Export.vue').default);
748
749
const app = new Vue({
750
el: '#app'
0 commit comments