import {onSelect} from "../services/dom";
+import {Component} from "./component";
-class OptionalInput {
+export class OptionalInput extends Component {
setup() {
this.removeButton = this.$refs.remove;
this.showButton = this.$refs.show;
});
}
-}
-
-export default OptionalInput;
\ No newline at end of file
+}
\ No newline at end of file