feat: 添加移动端页面组件和图片资源
This commit is contained in:
14
pages/mobile/find/index.vue
Normal file
14
pages/mobile/find/index.vue
Normal file
@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<div class="page-find">
|
||||
<div class="text">发现</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
definePageMeta({ layout: 'm' })
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.page-find { padding: 16px; }
|
||||
.text { font-size: 16px; }
|
||||
</style>
|
||||
Reference in New Issue
Block a user