feat(cemo): layouting protocol

This commit is contained in:
riefive
2025-10-30 14:41:52 +07:00
parent dc4edc1dc0
commit e866c0cf2a
4 changed files with 245 additions and 5 deletions
@@ -1,10 +1,7 @@
<script setup lang="ts">
const route = useRoute();
const route = useRoute()
</script>
<template>
<div class="p-10 text-center">
<div class="mb-5 text-base font-semibold">Hello world!!</div>
<div>You are accessing "{{ route.fullPath }}"</div>
</div>
<ContentCemotherapyProtocol />
</template>