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 a620ca9 commit 0f38af3Copy full SHA for 0f38af3
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').default);
+Vue.component('export-component', require('../components/backend/Export.vue'));
748
749
const app = new Vue({
750
el: '#app'
0 commit comments