javascript - Can vuejs be rewritten through es6 proxy?
PHP中文网
PHP中文网 2017-06-26 10:52:33
0
1
897

As we all know, the data monitoring of vuejs is based on Object.defineProperty, but after looking at the proxy of es6, I felt that it would be more reasonable to use proxy to replace Object.defineProperty. Then the question is, can it be passed through es6? How about proxy to rewrite vuejs?

PHP中文网
PHP中文网

认证高级PHP讲师

reply all (1)
学霸

Did you consider the compilation cost when using es6? ? ?

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!