chore: removed undefined method

This commit is contained in:
victor
2022-12-11 02:08:39 +04:00
parent a2565704e2
commit 5cc84883bd

View File

@@ -1,6 +1,6 @@
<template>
<div>
<slot name="header" @click="toggleItem"/>
<slot name="header"/>
<slot name="content"/>
</div>
</template>