Closed dazhenhan closed 9 years ago
For example in jade
.ui.modal(v-ref:someModal)
if I access the 'someModal' component, I have to use
this.$refs.somemodal
can't use
this.$refs.someModal
Is it a bug or a Must Be Behaviour in Vue?
For example in jade
if I access the 'someModal' component, I have to use
can't use
Is it a bug or a Must Be Behaviour in Vue?