Component({
options: {
styleIsolation: 'apply-shared',
},
methods: {
handleBack() {
console.log('go back');
});