This commit is contained in:
syuilo 2020-02-16 21:05:17 +09:00
parent 0cd7d9b6e8
commit 3ea1d216b6

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);