Skip to content

Commit 36a2172

Browse files
committed
test2
1 parent 6114c31 commit 36a2172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

avalon/demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<script>
1515
var vm = avalon.define({
1616
$id: "box",
17-
w: 100,
18-
h: 100,
17+
w: 200,
18+
h: 200,
1919
$skipAarray: ["h"],
2020
click: function() {
2121
vm.w = parseFloat(vm.w) + 10;

0 commit comments

Comments
 (0)