admin
This commit is contained in:
17
admin-web/plop-templates/component/index.hbs
Executable file
17
admin-web/plop-templates/component/index.hbs
Executable file
@@ -0,0 +1,17 @@
|
||||
<script setup lang="ts">
|
||||
{{#if isGlobal}}
|
||||
defineOptions({
|
||||
name: '{{ properCase name }}',
|
||||
})
|
||||
{{/if}}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<!-- 布局 -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
/* 样式 */
|
||||
</style>
|
||||
Reference in New Issue
Block a user