X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b5a2d3c1c423d81b80fd7034a33ada85863a29ad..refs/pull/1462/head:/resources/assets/js/vues/attachment-manager.js diff --git a/resources/assets/js/vues/attachment-manager.js b/resources/assets/js/vues/attachment-manager.js index 5acad6184..2467c646d 100644 --- a/resources/assets/js/vues/attachment-manager.js +++ b/resources/assets/js/vues/attachment-manager.js @@ -1,5 +1,5 @@ -const draggable = require('vuedraggable'); -const dropzone = require('./components/dropzone'); +import draggable from "vuedraggable"; +import dropzone from "./components/dropzone"; function mounted() { this.pageId = this.$el.getAttribute('page-id'); @@ -137,6 +137,6 @@ let methods = { }; -module.exports = { +export default { data, methods, mounted, components, }; \ No newline at end of file