第一次提交
This commit is contained in:
10
unpackage/dist/build/mp-weixin/components/diy/richText/richText.js
vendored
Normal file
10
unpackage/dist/build/mp-weixin/components/diy/richText/richText.js
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/diy/richText/richText"],{"1bae":function(t,n,e){"use strict";e.r(n);var a=e("ec3d"),r=e.n(a);for(var o in a)["default"].indexOf(o)<0&&function(t){e.d(n,t,(function(){return a[t]}))}(o);n["default"]=r.a},"21b1":function(t,n,e){"use strict";e.d(n,"b",(function(){return a})),e.d(n,"c",(function(){return r})),e.d(n,"a",(function(){}));var a=function(){var t=this.$createElement,n=(this._self._c,this.formatContent(this.itemData.params.content));this.$mp.data=Object.assign({},{$root:{m0:n}})},r=[]},ce7a:function(t,n,e){"use strict";e.r(n);var a=e("21b1"),r=e("1bae");for(var o in r)["default"].indexOf(o)<0&&function(t){e.d(n,t,(function(){return r[t]}))}(o);var u=e("828b"),c=Object(u["a"])(r["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],void 0);n["default"]=c.exports},ec3d:function(t,n,e){"use strict";var a=e("47a9");Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var r=a(e("74c1")),o={data:function(){return{}},props:["itemData"],created:function(){},methods:{formatContent:function(t){return r.default.format_content(t)}}};n.default=o}}]);
|
||||
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
|
||||
'components/diy/richText/richText-create-component',
|
||||
{
|
||||
'components/diy/richText/richText-create-component':(function(module, exports, __webpack_require__){
|
||||
__webpack_require__('df3c')['createComponent'](__webpack_require__("ce7a"))
|
||||
})
|
||||
},
|
||||
[['components/diy/richText/richText-create-component']]
|
||||
]);
|
||||
4
unpackage/dist/build/mp-weixin/components/diy/richText/richText.json
vendored
Normal file
4
unpackage/dist/build/mp-weixin/components/diy/richText/richText.json
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"usingComponents": {},
|
||||
"component": true
|
||||
}
|
||||
1
unpackage/dist/build/mp-weixin/components/diy/richText/richText.wxml
vendored
Normal file
1
unpackage/dist/build/mp-weixin/components/diy/richText/richText.wxml
vendored
Normal file
@ -0,0 +1 @@
|
||||
<view><view class="diy-richText" style="{{'background:'+(itemData.style.background)+';'+('padding:'+(itemData.style.paddingTop+'px '+itemData.style.paddingLeft+'px')+';')}}"><rich-text nodes="{{$root.m0}}"></rich-text></view></view>
|
||||
Reference in New Issue
Block a user