File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/packages/__VUE/navbar/__test__/__snapshots__ Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports [` should render left slot correctly 1` ] = `
4
- "<view class =\\"nut-navbar__left\\"><i class =\\"nutui-iconfont nut-icon nut-icon-left\\" style =\\"color: rgb(151, 151, 151);\\" src =\\"\\"></i>
4
+ "<view class =\\"nut-navbar__left\\">
5
+ <!--v-if-->
5
6
<!--v-if-->Custom Left
6
7
</view>"
7
8
`;
8
9
9
10
exports[`should render placeholder element when using placeholder prop 1`] = `
10
11
" <view class=\\" nut-navbar--placeholder\\">
11
12
<view class =\\"nut-navbar nut-navbar--fixed\\" style =\\"z-index: 10;\\">
12
- <view class =\\"nut-navbar__left\\"><i class =\\"nutui-iconfont nut-icon nut-icon-left\\" style =\\"color: rgb(151, 151, 151);\\" src =\\"\\"></i>
13
+ <view class =\\"nut-navbar__left\\">
14
+ <!--v-if-->
13
15
<!--v-if-->
14
16
</view>
15
17
<view class =\\"nut-navbar__title\\">
You can’t perform that action at this time.
0 commit comments