mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 19:53:34 +09:00
first
This commit is contained in:
14
src/pages/navbar/layouts/grid-cards-4.vue
Normal file
14
src/pages/navbar/layouts/grid-cards-4.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
const pageTitle = useVueroContext<string>('page-title')
|
||||
onMounted(() => {
|
||||
pageTitle.value = 'Grid Cards 4'
|
||||
})
|
||||
|
||||
useHead({
|
||||
title: 'Grid Cards 4 - Navbar - Vuero',
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<CardsGridV4 />
|
||||
</template>
|
||||
Reference in New Issue
Block a user