1
0
mirror of https://github.com/go-task/task.git synced 2025-11-29 22:48:03 +02:00
Files
task/website/.vitepress/components/Version.vue

8 lines
147 B
Vue
Raw Permalink Normal View History

<script setup lang="ts">
import { VPBadge } from 'vitepress/theme';
</script>
<template>
<VPBadge type="info"> <slot />+ </VPBadge>
</template>