hjl19911127 / vue-drawer-layout

A simple DrawerLayout component for Vue.js.
http://share.codehuang.com/vue-drawer-layout
MIT License
409 stars 86 forks source link

this.$refs.drawerLayout is undefined #36

Closed superSuperwang closed 5 years ago

superSuperwang commented 5 years ago

我想用toggle()这个方法,但是显示未定义

hjl19911127 commented 5 years ago

可以贴下模板吗?

hjl19911127 commented 5 years ago

ref 定义在哪里

superSuperwang commented 5 years ago
是这个吗,还是说要另外定义
superSuperwang commented 5 years ago

<vue-drawer-layout ref="drawerLayout" :drawer-width="800">

hjl19911127 commented 5 years ago

ref="drawerLayout"

superSuperwang commented 5 years ago

我刚学一个星期不是很熟悉

superSuperwang commented 5 years ago

解决了谢谢了

hjl19911127 commented 5 years ago

不客气,建议先多看看vue的使用