Skip to content

Commit

Permalink
Fix old @mount in todo example
Browse files Browse the repository at this point in the history
  • Loading branch information
rush committed May 19, 2023
1 parent 517d53c commit b739259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todomvc.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
}).mount('#app')
</script>

<div id="app" @mounted="setupRouting" v-effect="save()" v-cloak>
<div id="app" @vue:mounted="setupRouting" v-effect="save()" v-cloak>
<section class="todoapp">
<header class="header">
<h1>todos</h1>
Expand Down

0 comments on commit b739259

Please sign in to comment.