Skip to content

Commit

Permalink
fix: props
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed Jun 3, 2024
1 parent 01f1d5e commit b575768
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/theme/components/VPHighlight.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export type HighlightIcon =
wrap?: boolean
}
const props = defineProps({
defineProps({
glowingActive: {
type: Boolean,
default: false
Expand All @@ -36,8 +36,6 @@ const props = defineProps({
}
})
const glowingActive = ref(props.glowingActive)
const stringHighlightColors = ref(props.stringHighlightColors)
</script>

<template>
Expand Down

0 comments on commit b575768

Please sign in to comment.