mirror of
https://github.com/vastxie/99AI.git
synced 2026-04-28 04:54:29 +08:00
v4.3.0
This commit is contained in:
17
admin/plop-templates/component/index.hbs
Executable file
17
admin/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 lang="scss" scoped>
|
||||
// 样式
|
||||
</style>
|
||||
Reference in New Issue
Block a user