就是获取那个带router-link-active类名的元素,通过dom操作倒是可以获取到,我想问一下有没有vue的方法?
created() {
this.$nextTick(() => {
let activeElement = document.querySelector('.router-link-active')
})
}
翻过高山走不出你
相关分类