gohttpdUi/plop/view/view.hbs

8 lines
185 B
Handlebars
Raw Normal View History

2022-04-08 19:54:59 +08:00
<script setup lang="ts">
import { ContentWrap } from '@/components/ContentWrap'
</script>
<template>
<ContentWrap title="{{ upperFirstName }}"> {{ name }} </ContentWrap>
</template>