+import {Component} from "./component";
-class TriLayout {
+export class TriLayout extends Component {
setup() {
this.container = this.$refs.container;
this.lastTabShown = tabName;
}
-}
-
-export default TriLayout;
\ No newline at end of file
+}
\ No newline at end of file