We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
比如wxParsehttps://github.com/icindy/wxParse
一般wxParse使用方法如下
1. Copy文件夹wxParse
wxParse/ -wxParse.js(必须存在) -html2json.js(必须存在) -htmlparser.js(必须存在) -showdown.js(必须存在) -wxDiscode.js(必须存在) -wxParse.wxml(必须存在) -wxParse.wxss(必须存在) -emojis(可选)
//在使用的View中引入WxParse模块 var WxParse = require('../../wxParse/wxParse.js');
//在使用的Wxss中引入WxParse.css,可以在app.wxss @import "/wxParse/wxParse.wxss";
3. 数据绑定
var article = '
换到labrador框架下要怎么引入呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
比如wxParsehttps://github.com/icindy/wxParse
一般wxParse使用方法如下
wxParse/
-wxParse.js(必须存在)
-html2json.js(必须存在)
-htmlparser.js(必须存在)
-showdown.js(必须存在)
-wxDiscode.js(必须存在)
-wxParse.wxml(必须存在)
-wxParse.wxss(必须存在)
-emojis(可选)
//在使用的View中引入WxParse模块
var WxParse = require('../../wxParse/wxParse.js');
//在使用的Wxss中引入WxParse.css,可以在app.wxss
@import "/wxParse/wxParse.wxss";
var article = '
/**
*/
var that = this;
WxParse.wxParse('article', 'html', article, that,5);
换到labrador框架下要怎么引入呢?
The text was updated successfully, but these errors were encountered: