223845b0ed
Co-authored-by: Copilot <copilot@github.com>
12 lines
158 B
Vue
12 lines
158 B
Vue
<script setup lang="ts">
|
|
definePageMeta({
|
|
layout: "index-view"
|
|
});
|
|
</script>
|
|
|
|
<template>
|
|
<div class="py-2">
|
|
<ImageGenerateCom />
|
|
</div>
|
|
</template>
|