Closed
Description
https://vuejs.org/guide/render-function.html#Constraints
render: function (createElement) {
var myParagraph =
return createElement('div',
Array.apply(null, { length: 20 }).map(function () {
return createElement('p', 'hi')
})
)
}
The var myParagraph
line should be removed.
https://vuejs.org/guide/reactivity.html#Declaring-Reactive-Properties
"you have to initialize you instances"
Metadata
Metadata
Assignees
Labels
No labels