1.0.3 • Published 1 year ago

taro-plugin-string-style v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

taro-plugin-string-style

在taro 3.6版本的h5环境中,react中的style是不支持字符串的,可以使用这个插件解决

如何使用

  1. 安装npm包 npm i taro-plugin-string-style --save-dev

  2. 加入到插件

// 在项目的config/index.js文件中,加入这个插件就可以
{
    //...,
    plugins: [
        //...
        "taro-plugin-string-style"
    ]
}
1.0.3

1 year ago

1.0.2

1 year ago

1.0.0

1 year ago