(text)
| 15219 | |
| 15220 | //返回虚拟dom vonde渲染调用的函数 |
| 15221 | function genText(text) { |
| 15222 | return ("_v(" + (text.type === 2 |
| 15223 | ? text.expression // no need for () because already wrapped in _s() |
| 15224 | : transformSpecialNewlines(JSON.stringify(text.text))) + ")") |
| 15225 | } |
| 15226 | |
| 15227 | //返回虚拟dom vonde渲染调用的函数 |
| 15228 | function genComment(comment) { |
no test coverage detected