diff --git a/theme/src/client/components/VPIconify.vue b/theme/src/client/components/VPIconify.vue index 0f11206c..36c2a1e5 100644 --- a/theme/src/client/components/VPIconify.vue +++ b/theme/src/client/components/VPIconify.vue @@ -48,12 +48,6 @@ const size = computed(() => { return size }) const color = computed(() => props.color || 'currentColor') - -const bind = computed(() => ({ - icon: icon.value, - color: props.color, - height: size.value, -}))