TabBar.tsx 178 B

1234567
  1. import { View,Text } from "@tarojs/components";
  2. export default function TabBar(){
  3. return <View className="tabbar">
  4. <Text className="tabtext">hi1</Text>
  5. </View>
  6. }