Closed mirrorhanyu closed 5 years ago
Taro + Typescript + towxml
Need help!
我尝试了:
const Towxml = require('../towxml/main'); const towxml = new Towxml();
并且
const markdown = towxml.toJson(markdownString), 'markdown')
尝试打印了下markdown, 结果大致如下
{child:[{...}, {...}, ...], id:"dataId_1557453057856_8360501645258795", node: "root", theme: 'light']
declare namespace JSX { interface IntrinsicElements { 'import': any, 'template': any } }
在 render 的时候,
return ( <View className='markdown'> <import src='../towxml/entry.wxml'/> <template is='entry' data={markdown} /> </View> )
但是显示的是空白,console 也没看到任何报错,请问我哪里操作不对吗?
在Taro下的使用用法可以参考下这个项目:
https://github.com/huangjianke/Gitter
Taro + Typescript + towxml
Need help!
我尝试了:
并且
尝试打印了下markdown, 结果大致如下
在 render 的时候,
但是显示的是空白,console 也没看到任何报错,请问我哪里操作不对吗?