15 lines
183 B
Vue
15 lines
183 B
Vue
|
|
<script lang="ts" setup>
|
||
|
|
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<template>
|
||
|
|
<UPage>
|
||
|
|
<UPageSection>
|
||
|
|
<img alt="" src="/img/img.png">
|
||
|
|
</upagesection>
|
||
|
|
</UPage>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<style scoped>
|
||
|
|
|
||
|
|
</style>
|