7 lines
130 B
Handlebars
Raw Normal View History

2022-07-18 19:06:37 +08:00
<script setup lang="ts">
</script>
<template>
<ContentWrap title="{{ upperFirstName }}"> {{ name }} </ContentWrap>
</template>