export default OakComponent({
isList: false,
methods: {
goBack(delta) {
this.navigateBack(delta);
},
});