AT-UI / at-ui

A fresh and flat UI-Kit specially for desktop application, made with ♥ by Vue.js 2.0 (DEPRECATED)
https://at.aotu.io
MIT License
2.34k stars 231 forks source link

Fix Table when changed. #138

Closed ChangJoo-Park closed 5 years ago

ChangJoo-Park commented 5 years ago

Before unmount AtTable, sometimes this.$refs.body.querySelectorAll('tr') has not any element. It is insecure.