making Vue component have two spaces for tab
This commit is contained in:
parent
baf5d5c8c7
commit
a662c6b38e
@ -21,24 +21,25 @@ const props = defineProps({})
|
||||
|
||||
// lifecycle hooks
|
||||
onBeforeMount(() => {
|
||||
//
|
||||
//
|
||||
})
|
||||
|
||||
onMounted(() => {
|
||||
//
|
||||
//
|
||||
})
|
||||
|
||||
onBeforeUpdate(() => {
|
||||
//
|
||||
//
|
||||
})
|
||||
|
||||
onBeforeUnmount(() => {
|
||||
//
|
||||
//
|
||||
})
|
||||
|
||||
onUnmounted(() => {
|
||||
//
|
||||
//
|
||||
})
|
||||
|
||||
// methods
|
||||
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user