mirror of
https://github.com/go-task/task.git
synced 2025-11-29 22:48:03 +02:00
Co-authored-by: Pete Davison <pd93.uk@outlook.com> Co-authored-by: Andrey Nering <andreynering@users.noreply.github.com>
8 lines
147 B
Vue
8 lines
147 B
Vue
<script setup lang="ts">
|
|
import { VPBadge } from 'vitepress/theme';
|
|
</script>
|
|
|
|
<template>
|
|
<VPBadge type="info"> <slot />+ </VPBadge>
|
|
</template>
|