使用es6的proxy實現vue的雙向綁定

實現v-model v-bind v-click github: https://github.com/myh6666/vvvue/blob/master/src/vue/vue.jsjavascript export default class Vue { constructor(option) { if (!option.el) return; this.$el = doc
相關文章
相關標籤/搜索