Skip to content

Commit b739259

Browse files
author
rush
committed
Fix old @mount in todo example
1 parent 517d53c commit b739259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/todomvc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
}).mount('#app')
133133
</script>
134134

135-
<div id="app" @mounted="setupRouting" v-effect="save()" v-cloak>
135+
<div id="app" @vue:mounted="setupRouting" v-effect="save()" v-cloak>
136136
<section class="todoapp">
137137
<header class="header">
138138
<h1>todos</h1>

0 commit comments

Comments
 (0)