making Vue component have two spaces for tab
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user