cs2.tinysites.com/layouts/default.vue

8 lines
124 B
Vue
Raw Permalink Normal View History

2025-02-13 01:33:37 +00:00
<template>
<MainHeader></MainHeader>
<MainGrid/>
<main>
<slot />
</main>
<MainFooter></MainFooter>
</template>