Skip to content

Commit 91a4735

Browse files
committed
Lint
1 parent 6432b07 commit 91a4735

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/phenome/components/link.jsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ export default {
2626
},
2727
target: String,
2828
tooltip: String,
29-
29+
3030
// Smart Select
3131
smartSelect: Boolean,
3232
smartSelectParams: Object,
33-
33+
3434
...Mixins.colorProps,
3535
...Mixins.linkIconProps,
3636
...Mixins.linkRouterProps,
@@ -63,7 +63,6 @@ export default {
6363
iconIos,
6464
id,
6565
style,
66-
smartSelect,
6766
} = props;
6867

6968
const defaultSlots = self.slots.default;
@@ -148,11 +147,11 @@ export default {
148147
isTabbarLabel = true;
149148
}
150149
self.setState({ isTabbarLabel });
151-
150+
152151
self.$f7ready((f7) => {
153152
if (smartSelect) {
154153
const ssParams = Utils.extend(
155-
{ el: el },
154+
{ el },
156155
smartSelectParams || {},
157156
);
158157
self.f7SmartSelect = f7.smartSelect.create(ssParams);

0 commit comments

Comments
 (0)