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
|
// lifecycle hooks
|
||||||
onBeforeMount(() => {
|
onBeforeMount(() => {
|
||||||
//
|
//
|
||||||
})
|
})
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
//
|
//
|
||||||
})
|
})
|
||||||
|
|
||||||
onBeforeUpdate(() => {
|
onBeforeUpdate(() => {
|
||||||
//
|
//
|
||||||
})
|
})
|
||||||
|
|
||||||
onBeforeUnmount(() => {
|
onBeforeUnmount(() => {
|
||||||
//
|
//
|
||||||
})
|
})
|
||||||
|
|
||||||
onUnmounted(() => {
|
onUnmounted(() => {
|
||||||
//
|
//
|
||||||
})
|
})
|
||||||
|
|
||||||
// methods
|
// methods
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user