1
0
Fork 1
mirror of https://example.com synced 2024-11-23 23:16:38 +09:00
This commit is contained in:
syuilo 2019-07-06 22:53:15 +09:00
parent 64397708fd
commit 067e9ec6f4

View file

@ -63,6 +63,7 @@ export default Vue.extend({
data() {
const isSelf = this.url.startsWith(local);
const hasRoute =
(this.url.substr(local.length) === '/') ||
this.url.substr(local.length).startsWith('/@') ||
this.url.substr(local.length).startsWith('/notes/') ||
this.url.substr(local.length).startsWith('/pages/');