Skip to content

Commit ac56e8a

Browse files
author
7yue
committed
fix(filter):修复zero-padding示例中引入wxs路径错误的问题
1 parent 7f596ad commit ac56e8a

File tree

1 file changed

+1
-1
lines changed
  • examples/pages/filter/pages/zero-padding

1 file changed

+1
-1
lines changed

examples/pages/filter/pages/zero-padding/index.wxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<view>1 在
77
<text class="code">wxml</text>文件中使用
88
<text class="code">wxs</text>:</view>
9-
<l-wemark md="```html\n<wxs src='../../../dist/filter/zero-padding.wxs' module='zeroPadding'/>\n```" highlight="{{true}}" />
9+
<l-wemark md="```html\n<wxs src='../../../../dist/filter/zero-padding.wxs' module='zeroPadding'/>\n```" highlight="{{true}}" />
1010
<view>注意事项:</view>
1111
<view>1
1212
<text class="code">src</text>是相对路径</view>

0 commit comments

Comments
 (0)