mirror of
https://github.com/xiaoyiweb/YiAi.git
synced 2025-09-17 08:46:38 +08:00
21 lines
284 B
Handlebars
21 lines
284 B
Handlebars
{{#if isFilesystem}}
|
|
<route lang="yaml">
|
|
meta:
|
|
title: 页面标题
|
|
</route>
|
|
{{/if}}
|
|
|
|
<script lang="ts" setup name="{{ properCase componentName }}">
|
|
// 逻辑代码
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
<!-- 布局 -->
|
|
</div>
|
|
</template>
|
|
|
|
<style lang="scss" scoped>
|
|
// 样式
|
|
</style>
|