]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/tri-layout.js
Added examples, updated docs for image gallery api endpoints
[bookstack] / resources / js / components / tri-layout.js
index f801e52a193715fdea427fa4eac03c2372ca9abf..ead2ac3d0dae85d4f865cd191d6ff768307eaa76 100644 (file)
@@ -1,5 +1,6 @@
+import {Component} from "./component";
 
-class TriLayout {
+export class TriLayout extends Component {
 
     setup() {
         this.container = this.$refs.container;
@@ -108,6 +109,4 @@ class TriLayout {
         this.lastTabShown = tabName;
     }
 
-}
-
-export default TriLayout;
\ No newline at end of file
+}
\ No newline at end of file