VUE—vue中判断元素是否有该类名,若没有为该元素添加类名

if (!headerDom.getAttribute('class').includes('not-top')) {
	headerDom.className = 'header-container not-top'
}

你可能感兴趣的:(VUE,vue给元素添加类名)