import { View } from '@tarojs/components' import { Button } from '@antmjs/vantui' import './index.less' export default function Index() { return ( 上面的按钮的颜色已经通过全局主题重写覆盖了,参见src/styles/index.less ) } // export default class Index extends Component { // componentWillMount () { } // componentDidMount () { } // componentWillUnmount () { } // componentDidShow () { } // componentDidHide () { } // render () { // return ( // // // 上面的按钮的颜色已经通过全局主题重写覆盖了,参见src/style/index.less // // ) // } // }