Remove local nav

pull/2912/head
Gavin John 2 years ago committed by GitHub
parent 20a11d0d2b
commit 3d57927a5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,7 +44,8 @@ const classes = computed(() => {
return { return {
VPLocalNav: true, VPLocalNav: true,
fixed: empty.value, fixed: empty.value,
'reached-top': y.value >= navHeight.value 'reached-top': y.value >= navHeight.value,
'js-required': true
} }
}) })
</script> </script>

Loading…
Cancel
Save