X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/7f902e41c7a6a18a754bb889c2655aa4fba736ec..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