grasscutterTools/plop-tpls/page/index.hbs

15 lines
275 B
Handlebars
Raw Normal View History

2022-05-02 10:38:10 +00:00
<template>
<div>
<!-- Your content -->
</div>
</template>
<script setup name="{{ properCase componentName }}">
// const { proxy } = getCurrentInstance()
// const router = useRouter()
// const route = useRoute()
</script>
<style lang="less" scoped>
</style>