12 lines
235 B
Vue
12 lines
235 B
Vue
<template>
|
|
<view>
|
|
<s-layout title="首页" navbar="custom" tabbar="/pages/index/index" :bgStyle="{ color: '#fff' }">
|
|
首页
|
|
</s-layout>
|
|
</view>
|
|
</template>
|
|
|
|
<script setup></script>
|
|
|
|
<style lang="scss" scoped></style>
|