cs2.tinysites.com/layouts/main.vue

5 lines
54 B
Vue
Raw Permalink Normal View History

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