mirror of
https://github.com/xiaoyiweb/YiAi.git
synced 2025-11-15 13:43:46 +08:00
初始化
This commit is contained in:
13
admin/plop-templates/component/index.hbs
Normal file
13
admin/plop-templates/component/index.hbs
Normal file
@@ -0,0 +1,13 @@
|
||||
<script lang="ts" setup{{#if isGlobal}} name="{{ properCase name }}"{{/if}}>
|
||||
// 逻辑代码
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<!-- 布局 -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
// 样式
|
||||
</style>
|
||||
Reference in New Issue
Block a user