chore(components): [table] fix typo (#14473)

chore(other): update explanatory note
This commit is contained in:
一只前端汪
2023-10-08 01:39:45 -05:00
committed by GitHub
parent 9b9b65751c
commit 9e1c8f6c4e

View File

@@ -65,7 +65,7 @@ export default defineComponent({
const filterPanels = ref({})
const { onColumnsChange, onScrollableChange } = useLayoutObserver(parent!)
onMounted(async () => {
// Need double await, because udpateColumns is executed after nextTick for now
// Need double await, because updateColumns is executed after nextTick for now
await nextTick()
await nextTick()
const { prop, order } = props.defaultSort