package.json

 "devDependencies": {
    "taro-ui": "^3.0.0-alpha"
}
app.scss
@import '~taro-ui/dist/style/index.scss';

任意使用ui界面

import { AtButton } from 'taro-ui'

 

posted on 2020-07-06 15:00  chenlw101  阅读(5515)  评论(7)    收藏  举报