X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/47d82a1ac2ec323295eb57ffe3beaf513e841496..refs/pull/1117/head:/resources/assets/js/vues/entity-dashboard.js diff --git a/resources/assets/js/vues/entity-dashboard.js b/resources/assets/js/vues/entity-dashboard.js index 7266bf33d..d10da7000 100644 --- a/resources/assets/js/vues/entity-dashboard.js +++ b/resources/assets/js/vues/entity-dashboard.js @@ -39,6 +39,6 @@ function mounted() { this.type = this.$el.getAttribute('entity-type'); } -module.exports = { +export default { data, computed, methods, mounted }; \ No newline at end of file