я уверен в том, что он не украден.
f, вылетает undefined или Error в стрикт-режиме. <components :is="users"> </components>
<components :is="active"> </components><div v-for="(item, index) in cards">
<div :id="'collapse' + index">
</div><div :id="uniqId('collapse', index)">methods: {
uniqId(prefix, index) {
return prefix + this._uid + index;
}
} Можно ли вообще как то двигать (на js) видимую область при overflow hidden?