Vue.jsで Unexpected side effect in "xxx" computed property というエラーがでたのでメモ computedで配列をsortして返そうとしたらエラー computed: { members() { return this.xxx.sort((a, b) => { if (a < b) return -1 if (a > b) return 1 return 0 }) } }

リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く