mirror of
https://github.com/certd/certd.git
synced 2026-07-10 23:27:34 +08:00
chore: code format
This commit is contained in:
@@ -17,7 +17,7 @@ export default defineComponent({
|
||||
() => {
|
||||
return router.currentRoute.value.fullPath;
|
||||
},
|
||||
(value) => {
|
||||
value => {
|
||||
showSourceLink.value = value !== "/index";
|
||||
},
|
||||
{ immediate: true }
|
||||
@@ -29,9 +29,9 @@ export default defineComponent({
|
||||
}
|
||||
return {
|
||||
goSource,
|
||||
showSourceLink
|
||||
showSourceLink,
|
||||
};
|
||||
}
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user