mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-02-02 19:54:58 +08:00
7 lines
130 B
Handlebars
7 lines
130 B
Handlebars
|
<script setup lang="ts">
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
<ContentWrap title="{{ upperFirstName }}"> {{ name }} </ContentWrap>
|
||
|
</template>
|