feat: 引入taro-ui组件库

This commit is contained in:
hackrobot
2024-03-19 13:00:58 +08:00
parent b9913cadd9
commit 200ac7c3dd
6 changed files with 37756 additions and 2327 deletions

View File

@@ -1,6 +1,7 @@
import { useLaunch } from '@tarojs/taro'
import './app.scss'
import 'taro-ui/dist/style/index.scss' // 全局引入一次即可
function App({ children }) {