mirror your GitHub repos to tangled.org automatically
1

Configure Feed

Select the types of activity you want to include in your feed.

chore: import ref 🤔

+1
+1
app/pages/dashboard.vue
··· 1 1 <script setup lang="ts"> 2 + import { ref } from 'vue' 2 3 import type { DashboardPayload, DashboardRepo } from '~~/server/api/me/dashboard.get' 3 4 4 5 definePageMeta({