myvue
1.0.0
<html><head></head><body><div id="app"> <ul> <li>مرحبًا</li> <li>{hoge}</li> <li>{foo}</ li> <li>{bar}</li> </ul> <ul> <for Records="{list}" var="item" > <li>{item}</li> </for> </ أول> <input type = "text" value = "{hoge}" /> <input type = "text" value = "{foo}" /> <input type = "text" value = "{bar}" /> <input type = "button" value = "Add" onclick = "{onclick}" /></div> <script src="./lib.js"></script><script src="./main.js"></script></body></html>
new MyVue({ model: { hoge: 123, foo: 'yeee', bar: 'hello', list: [ 'aaa', 'bbb', ], onclick: function() { this.list.push(this. كبير)؛ } }, محدد: '#app',});