xxxxxxxxxx
1
<div id="app">{{ msg }}</div>
xxxxxxxxxx
function render() {
with(this) {
return _c('div', {
attrs: {
"id": "app"
}
}, [_v(_s(msg))])
}
}
xxxxxxxxxx
<div id="app">{{ msg }}</div>
xxxxxxxxxx
function render() {
with(this) {
return _c('div', {
attrs: {
"id": "app"
}
}, [_v(_s(msg))])
}
}