mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
chore: Remove debug code
This commit is contained in:
parent
534808dd56
commit
8e905b3a7d
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ export default Vue.extend({
|
|||
methods: {
|
||||
// TODO: これは実質的に親コンポーネントから子コンポーネントのプロパティを変更してるのでなんとかしたい
|
||||
read(items, announcement, i) {
|
||||
console.log(this);
|
||||
Vue.set(items, i, {
|
||||
...announcement,
|
||||
isRead: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue