mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
8 lines
95 B
Vue
8 lines
95 B
Vue
<script setup lang="ts"></script>
|
|
|
|
<template>
|
|
<p>Home</p>
|
|
</template>
|
|
|
|
<style scoped></style>
|