0👍
In the Vant 3 documentation you use the color
attribute, for example…
<van-button color="#7232dd">Pure</van-button>
<van-button color="#7232dd" plain>Pure</van-button>
<van-button color="linear-gradient(to right, #ff6034, #ee0a24)">
Gradient
</van-button>
- [Vuejs]-Can i reference global variables in a composable function?
- [Vuejs]-Vuejs prop does not get updated
Source:stackexchange.com