vuejs / core

đź–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

Home Page:https://vuejs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

defineModel not support calling methods expression

FreeLiC opened this issue · comments

Yes, thats expected. Model names need to be statically defined to be available at compile time, just like normal props

@LinusBorg But v-model can bind calling methods expression. Is this a problem?

I dont see how that should be a problem