vue element-ui typescript tree报错 === Property 'getCheckedNodes' does not exist on type 'Element | Element[] | Vue | Vue[]'.
import { Tree } from 'element-ui'
const ref = <Tree>this.$refs.tree
ref.getCheckedNodes()
import { Tree } from 'element-ui'
const ref = <Tree>this.$refs.tree
ref.getCheckedNodes()