We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6457944 commit 3c15af0Copy full SHA for 3c15af0
src/navbar/navbar.wxml
@@ -1,6 +1,6 @@
1
<wxs src="../common/utils.wxs" module="_" />
2
<view
3
- class="{{_.cls(classPrefix, ['fixed', fixed])}} {{visibleClass}} class {{prefix}}-class"
+ class="{{_.cls(classPrefix, [['fixed', fixed]])}} {{visibleClass}} class {{prefix}}-class"
4
style="{{_._style([boxStyle, style, customStyle])}}"
5
>
6
<view wx:if="{{fixed}}" class="{{classPrefix}}__placeholder" />
0 commit comments