1.0.28
https://jsfiddle.net/25fdgLgr/3/
Just run new Vue() or let app demo app load
App loads as expected. (btw this does work in vue 2.0, but we are not quite ready to migrate the rest of our app.
JS Error
vue.js:10148 Uncaught RangeError: Maximum call stack size exceeded
at new Function (
at createClass (https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.28/vue.js:10148:12)
at Function.Vue.extend (https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.28/vue.js:10113:15)
at guardComponents (https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.28/vue.js:1927:31)
at mergeOptions (https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.28/vue.js:2004:3)
at Function.Vue.extend (https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.28/vue.js:10117:19)
at guardComponents (https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.28/vue.js:1927:31)
at mergeOptions (https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.28/vue.js:2004:3)
at Function.Vue.extend (https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.28/vue.js:10117:19)
at guardComponents (https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.28/vue.js:1927:31)
Just submitted a PR #4739. Review needed.
Just noticed that this is marked 1.x, should it be closed? If not, has/should the PR be reviewed? Or am I missing something (which is likely)?
perhaps v1 is discontinued?
Most helpful comment
Just submitted a PR #4739. Review needed.