We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1278390 commit ba37c30Copy full SHA for ba37c30
Elroid-Example/example-html-edit.html
@@ -11,7 +11,7 @@
11
<div id="app">
12
<h1>{{title}}</h1>
13
<button el-click="Edit">Edit Tilte</button>
14
- <button el-click="Defult">Defult</button>
+ <button el-click="Default">Default</button>
15
</div>
16
17
<script>
@@ -23,7 +23,7 @@ <h1>{{title}}</h1>
23
Edit() {
24
app.update({ title: "Home" });
25
},
26
- Defult() {
+ Default() {
27
app.update({ title: 'Welcome to Elroid Library' });
28
}
29
@@ -32,4 +32,4 @@ <h1>{{title}}</h1>
32
</script>
33
</body>
34
35
-</html>
+</html>
0 commit comments