Logo
Explore Help
Sign In
phundrak/framit
1
0
Fork 0
You've already forked framit
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
70e4ce8b4b65897d1baa3628be5a53f45744c8fe
framit/app/components/Ui/BadgeListCard.vue

17 lines
301 B
Vue
Raw Normal View History

feat: fill pages
2025-11-11 19:12:21 +01:00
<template>
<UPageCard class="bg-background-100 my-10">
<p class="text-xl">
<slot />
</p>
<UiBadgeList :tools="tools" />
</UPageCard>
</template>
<script setup lang="ts">
feat(resume,vocal-synth): add clickable links to tools and technologies - Add Tool interface with name and optional link properties - Update BadgeList and BadgeListCard components to render links - Extract VocalSynthPage types to dedicated module - Migrate resume.json and vocal-synthesis.json data to use Tool format - Add links to all tools, frameworks, and technologies in resume
2026-02-04 16:43:37 +01:00
import type { Tool } from '~/types/tool';
feat: fill pages
2025-11-11 19:12:21 +01:00
const { tools } = defineProps<{
feat(resume,vocal-synth): add clickable links to tools and technologies - Add Tool interface with name and optional link properties - Update BadgeList and BadgeListCard components to render links - Extract VocalSynthPage types to dedicated module - Migrate resume.json and vocal-synthesis.json data to use Tool format - Add links to all tools, frameworks, and technologies in resume
2026-02-04 16:43:37 +01:00
tools: Tool[];
feat: fill pages
2025-11-11 19:12:21 +01:00
}>();
</script>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 349ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API