Skip to content

Commit bcbf107

Browse files
committed
Add script block to define a name and allow an IDE to detect the name
1 parent 9e1c2a3 commit bcbf107

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/BCard/BCardText.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@
33
<slot />
44
</p>
55
</template>
6+
7+
<script lang="ts">
8+
import {defineComponent} from 'vue'
9+
10+
export default defineComponent({
11+
name: 'BCardText',
12+
})
13+
</script>

0 commit comments

Comments
 (0)