Evan You
9 years ago
2 changed files with 10 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||
export function text (el, dir) { |
|||
if (!dir.value) return |
|||
if (!el.props) el.props = [] |
|||
el.props.push({ |
|||
name: 'textContent', |
|||
value: `__toString__(${dir.value})` |
|||
}) |
|||
} |
Loading…
Reference in new issue