This commit is contained in:
syuilo 2020-02-16 21:05:17 +09:00
parent a5b92e316c
commit 518bc92673

View file

@ -196,10 +196,6 @@ export default Vue.extend({
: 0;
},
title(): string {
return '';
},
urls(): string[] {
if (this.appearNote.text) {
const ast = parse(this.appearNote.text);