vue element-ui typescript tree报错 === Property 'getCheckedNodes' does not exist on type '

Posted cynthia-wuqian

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue element-ui typescript tree报错 === Property 'getCheckedNodes' does not exist on type '相关的知识,希望对你有一定的参考价值。

import  Tree  from element-ui

const ref = <Tree>this.$refs.tree
ref.getCheckedNodes()  

 

以上是关于vue element-ui typescript tree报错 === Property 'getCheckedNodes' does not exist on type '的主要内容,如果未能解决你的问题,请参考以下文章

如何使用第三方库提供的类型? (打字稿,Element-UI)

vue中的element-ui和react的element-ui

vue中的element-ui和react的element-ui

vue系列---vue项目如何使用element-ui?

vue element-ui 搭建侧边栏

vue + element-ui 制作tab切换(切换vue组件,踩坑总结)