mirror of
https://github.com/vastxie/99AI.git
synced 2025-09-23 20:16:37 +08:00
18 lines
220 B
Handlebars
Executable File
18 lines
220 B
Handlebars
Executable File
<script setup lang="ts">
|
|
{{#if isGlobal}}
|
|
defineOptions({
|
|
name: '{{ properCase name }}',
|
|
})
|
|
{{/if}}
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
<!-- 布局 -->
|
|
</div>
|
|
</template>
|
|
|
|
<style lang="scss" scoped>
|
|
// 样式
|
|
</style>
|