Skip to content

Commit

Permalink
fix(BaseText): replace p with span
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Feb 22, 2024
1 parent 5d7bcf6 commit 7cd8e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/base/BaseText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const classes = computed(() => [
</script>

<template>
<p :class="classes">
<span :class="classes">
<slot></slot>
</p>
</span>
</template>

0 comments on commit 7cd8e4c

Please sign in to comment.