mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 22:49:31 -07:00
chore: remove unused computed prop
This commit is contained in:
@@ -105,10 +105,6 @@ const folderStyle = computed(() => ({
|
||||
|
||||
const folderClass = computed(() => `folder ${open.value ? 'open' : ''}`.trim())
|
||||
|
||||
const scaleStyle = computed(() => ({
|
||||
transform: `scale(${props.size})`
|
||||
}))
|
||||
|
||||
const handleClick = () => {
|
||||
open.value = !open.value
|
||||
if (!open.value) {
|
||||
|
||||
Reference in New Issue
Block a user