Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Apply suggestion from brawaru
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysterious-Dev committed Nov 1, 2023
1 parent 4bf7a62 commit 19ecc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/base/Promotion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const props = withDefaults(
}
)
const target = computed<string>(() => (props.external ? '_blank' : '_self'))
const target = computed(() => (props.external ? '_blank' : '_self'))
</script>

<style lang="scss">
Expand Down

0 comments on commit 19ecc1d

Please sign in to comment.