8000 [Doc EN]: `typescript.md` by MachinisteWeb · Pull Request #1679 · vuejs/v2.vuejs.org · GitHub
[go: up one dir, main page]

Skip to content
8000

[Doc EN]: typescript.md #1679

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Jun 17, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert instance.md
Signed-off-by: MachinisteWeb <bruno.lesieur@gmail.com>
  • Loading branch information
MachinisteWeb committed Jun 10, 2018
commit 60e5b8ad428d2bfdf709a49bb103ab4908538897
4 changes: 0 additions & 4 deletions src/v2/guide/instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,7 @@ new Vue({
<div id="app">
<p>{{ foo }}</p>
<!-- this will no longer update `foo`! -->
<<<<<<< HEAD
<button @click="foo = 'baz'">Change it</button>
=======
<button v-on:click="foo = 'baz'">Change it</button>
>>>>>>> 4a734c253ec659b3ce203d585d201472e4226b06
</div>
```

Expand Down
0