Slide 42
Slide 42 text
ԾϊʔυπϦʔͷੜ
• render ؔͱ staticRenderFns ؔ܊ͰԾϊʔυπϦʔ
Λੜ
function anonymous () { with (this) {
return _h('div', { attrs: { 'id': 'app' } }, [
_h('div', { staticClass: 'header'}, ['title: 'ɹ+ɹ_s(title)]),
_h('ul', { staticClass: 'menu',
attrs: { style: 'list-style-type: none' }
}, [_l((items), function (item, index) {
return _h('li', {
ɹɹɹɹɹɹɹɹɹɹkey: item.id,
class: { even: isEven(index), odd: isOdd(index) },
attrs: { style: 'margin: 0' }
}, ['menu” + _s(index) + ": “ + _s(item.name)])
})]
),
_m(0)
])
}
[
function anonymous () { with (this) {
return _h('div', { staticClass: 'content' }, [
_h('p', ['This is content'])
])
}}
]
staticRenderFns
render