Skip to content

Commit 7f596ad

Browse files
author
7yue
committed
fix(filter):修复classnames示例里引入wxs路径错误的问题
1 parent e3ac9a6 commit 7f596ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pages/filter/pages/classnames/index.wxml

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

0 commit comments

Comments
 (0)