perf: add plop

This commit is contained in:
kailong321200875
2022-04-08 19:54:59 +08:00
parent 47edf7b270
commit fa54a1704f
10 changed files with 800 additions and 838 deletions

7
plop/view/view.hbs Normal file
View File

@@ -0,0 +1,7 @@
<script setup lang="ts">
import { ContentWrap } from '@/components/ContentWrap'
</script>
<template>
<ContentWrap title="{{ upperFirstName }}"> {{ name }} </ContentWrap>
</template>