mounted() {
let wow = document.createElement('script')
wow.setAttribute('src', 'https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js')
document.head.appendChild(wow)
wow.onload = () => {
new WOW().init()
}
}
$('#user' + id).find('input[name=catAprice]')
является undefined
, то есть селектор не может найти нужный элемент (#userundefined input[name=catAprice]).$(document).on('click', '.catAprice', ()=>{})
) после создания элемента formLoad.append('catAprice', val)
если это не так. transition-group
.<transition-group>
, your list will never have any moving animation when the list is reordered. That defeats the purpose of using the <transition-group>
... even if your code happens to work, you still should provide a unique key because it will break when your list is reordered.