You've already forked vue-learning
computed example
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
|
||||
<button v-on:click="reverseMessage">Reverse Message</button>
|
||||
|
||||
<input v-model="message">
|
||||
<input v-model="message"> <span>{{ lenMessage }}</span>
|
||||
</div>
|
||||
|
||||
<script src="app.js"></script>
|
||||
|
Reference in New Issue
Block a user