Skip to content

Commit 0f38af3

Browse files
committed
Revert "Fix the issue of export using vue"
This reverts commit a620ca9.
1 parent a620ca9 commit 0f38af3

File tree

1 file changed

+1
-1
lines changed
  • resources/assets/js/backend

1 file changed

+1
-1
lines changed

resources/assets/js/backend/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ function _init() {
744744
*/
745745

746746
Vue.component('flash', require('../components/Flash.vue').default);
747-
Vue.component('export-component', require('../components/backend/Export.vue').default);
747+
Vue.component('export-component', require('../components/backend/Export.vue'));
748748

749749
const app = new Vue({
750750
el: '#app'

0 commit comments

Comments
 (0)