You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module.exports={// presets: ["@vue/app"], // i use vue-cli3, it does not need this preset// https://github.com/nickmessing/babel-plugin-jsx-v-modelplugins: ["jsx-v-model"]};
https://github.com/nickmessing/babel-plugin-jsx-v-model/blob/master/index.js#L29
it will broken if the render function is not included in Vue Declaration (common render)
consider to use element access expression
The text was updated successfully, but these errors were encountered: