21 changed files with 123 additions and 62 deletions
@ -1,3 +1,5 @@
@@ -1,3 +1,5 @@
|
||||
{ |
||||
"usingComponents": {} |
||||
"usingComponents": { |
||||
"mp-html": "mp-html" |
||||
} |
||||
} |
||||
|
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
.page{ |
||||
padding: 0 40rpx; |
||||
} |
File diff suppressed because one or more lines are too long
@ -1,2 +1,3 @@
@@ -1,2 +1,3 @@
|
||||
<!--pages/story/index.wxml--> |
||||
<text>pages/story/index.wxml</text> |
||||
<view class="page"> |
||||
<mp-html content="{{doc}}"></mp-html> |
||||
</view> |
||||
|
Loading…
Reference in new issue