S
подскажите пожалуйста, где можно посмотреть пример хорошо написанного большого сайта на nuxt js?)
Size: a a a
S
JG
S
JG
JG
СЛ
СЛ
JG
СЛ
М
G
TV
А
WARN Cannot stringify arbitrary non-POJOs TextRowчто может значить в логах сервера?
S
А
let res = await this.$api('components', 'get');вот эта строка триггерит сообщение
this.components = {};
res.forEach((el) => {
this.components[el.category] = this.components[el.category] ?? [];
this.components[el.category].push(el);
});
this.components[el.category].push(el);если её заменить на
this.components[el.category].push({...el});то норм
AC
G
ИБ