mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 15:51:52 +08:00
7 lines
130 B
Handlebars
7 lines
130 B
Handlebars
|
<script setup lang="ts">
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
<ContentWrap title="{{ upperFirstName }}"> {{ name }} </ContentWrap>
|
||
|
</template>
|