sbfkcel / towxml

微信小程序HTML、Markdown渲染库
https://github.com/sbfkcel/towxml/wiki
2.53k stars 320 forks source link

app.towxml.html2wxml is not a function? #43

Closed babydada closed 6 years ago

babydada commented 6 years ago

app.towxml.html2wxml is not a function?

sbfkcel commented 6 years ago

The 2.0+ version has eliminated this method. This process can be skipped because of the new parsing method.

If you really need to be able to install the 1.0+ version.

npm install towxml@1.5.17
babydada commented 6 years ago

这样的啊,那请问一下新版本中html转wxml的方法是?

sbfkcel commented 6 years ago

小程序并不支持将wxml字符串直接进行解析。需要转成数据,再使用定义好的模版进行解析的。 你可以用项目中的demo目录拿来跑一下。