Skip to content

Commit

Permalink
adding missing code block
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan authored May 11, 2020
1 parent e9a1574 commit 2293f07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
A) You cannot pass a string to `template`:

```js
new Vue({
template: '<div>{{ hi }}</div>'
})
```

B) You cannot mount to a DOM element and use its HTML as your template:
Expand Down

0 comments on commit 2293f07

Please sign in to comment.