mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00: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>
|