]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/component.js
Update wysiwyg.blade.php
[bookstack] / resources / js / components / component.js
index 292bbb62414581184b3eb7aaf2e28a98eaa0d627..654f41a96643ef750d0c63bf6dac3d32a3203a08 100644 (file)
@@ -51,8 +51,9 @@ export class Component {
         const componentName = this.$name;
         const event = new CustomEvent(`${componentName}-${eventName}`, {
             bubbles: true,
-            detail: data
+            detail: data,
         });
         this.$el.dispatchEvent(event);
     }
-}
\ No newline at end of file
+
+}