refactor(client): use setup syntax
This commit is contained in:
parent
9db2380c20
commit
eff9cdd8a7
4 changed files with 89 additions and 163 deletions
|
|
@ -31,14 +31,4 @@ defineProps<{
|
|||
const emit = defineEmits<{
|
||||
(ev: 'parent-focus', direction: 'up' | 'down' | 'left' | 'right'): void;
|
||||
}>();
|
||||
|
||||
/*
|
||||
export default defineComponent({
|
||||
methods: {
|
||||
focus() {
|
||||
this.$children[0].focus();
|
||||
}
|
||||
}
|
||||
});
|
||||
*/
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue