]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/auto-submit.js
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / resources / js / components / auto-submit.js
index 11494ae820f9e43d33951f0c0e98afbaec7785bd..c78ef55492a9ae60138b65f809875f57cadc2a05 100644 (file)
@@ -1,5 +1,6 @@
+import {Component} from './component';
 
-class AutoSubmit {
+export class AutoSubmit extends Component {
 
     setup() {
         this.form = this.$el;
@@ -8,5 +9,3 @@ class AutoSubmit {
     }
 
 }
-
-export default AutoSubmit;
\ No newline at end of file