style: 🚨 linter go brrrr
This commit is contained in:
parent
9df1999391
commit
48d2a6f2f8
13 changed files with 73 additions and 79 deletions
|
@ -19,12 +19,12 @@ import debounce from "lodash/debounce";
|
|||
|
||||
export default {
|
||||
props: {
|
||||
navlinks: Array
|
||||
navlinks: Array,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
isFixed: false,
|
||||
offsetTop: null
|
||||
offsetTop: null,
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
@ -41,7 +41,7 @@ export default {
|
|||
} else {
|
||||
return this.$parent.$parent.nsfw === item;
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
window.addEventListener(
|
||||
|
@ -60,7 +60,7 @@ export default {
|
|||
this.checkIsFixed();
|
||||
}, 100)
|
||||
);
|
||||
}
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue