mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -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 folderClass = computed(() => `folder ${open.value ? 'open' : ''}`.trim())
|
||||||
|
|
||||||
const scaleStyle = computed(() => ({
|
|
||||||
transform: `scale(${props.size})`
|
|
||||||
}))
|
|
||||||
|
|
||||||
const handleClick = () => {
|
const handleClick = () => {
|
||||||
open.value = !open.value
|
open.value = !open.value
|
||||||
if (!open.value) {
|
if (!open.value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user