taro-plugin-string-style
v1.0.3
Published
支持在react中使用字符串style的taro插件
Downloads
5
Readme
taro-plugin-string-style
在taro 3.6版本的h5环境中,react中的style是不支持字符串的,可以使用这个插件解决
如何使用
安装npm包
npm i taro-plugin-string-style --save-dev
加入到插件
// 在项目的config/index.js文件中,加入这个插件就可以
{
//...,
plugins: [
//...
"taro-plugin-string-style"
]
}