0👍
✅
Check your slugs
property, it’s an object not an array so you can’t use this.slugs.push
. Change it to slugs: []
Source:stackexchange.com