Closed
Description
fiddle: http://jsfiddle.net/o65b85e1/1/
var Foo = Vue.extend({
props: {
optionalProp: {
type: Number,
required: false
}
}
})
new Foo({
el: document.createDocumentFragment()
})
results in:
Uncaught TypeError: el.getAttribute is not a function
Metadata
Metadata
Assignees
Labels
No labels