新增时间

This commit is contained in:
MTrun
2021-12-20 19:54:24 +08:00
parent 8a57a7f3b9
commit 72c7bb3ecc
6 changed files with 34 additions and 14 deletions
+13 -4
View File
@@ -1,14 +1,23 @@
<template>
<div class="go-project-my-template">
<h1>
我的模板
</h1>
<n-space vertical>
<n-image
object-fit="contain"
height="400"
preview-disabled
:src="requireFallbackImg()"
/>
<n-h1>没有东西呢</n-h1>
</n-space>
</div>
</template>
<script setup lang="ts"></script>
<script setup lang="ts">
import { requireUrl, requireFallbackImg } from '@/utils'
</script>
<style lang="scss" scoped>
@include go('project-my-template') {
@extend .go-flex-center;
}
</style>