mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
chore(components): [table] fix typo (#14473)
chore(other): update explanatory note
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user