Mirror
Ground-Zerro
Ground-Zerro
/
Phobos
Public
Code
Issues
Pull requests
Actions
Releases
View on GitHub ↗
main
main-archive
Ground-Zerro
/
Phobos
/
src
/
app
/
components
/
Panel
/
head
/
Title.vue
Raw
Download
View on GitHub
97 B
plaintext
Raw
Download
<template> <h2 class="flex-1 break-all text-2xl font-medium"> <slot /> </h2> </template>