Fetch the repository succeeded.
<!DOCTYPE html>
<html>
<head>
<title>ms-with</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="avalon.js"></script>
<style>
.red{
color:red;
}
.green{
color:greenyellow;
}
</style>
<script >
var model = avalon.define('test', function(vm) {
vm.first = {
a: 1,
b: 1,
c: 1,
d: 1
}
});
setTimeout(function() {
console.log("测试修改")
model.first = {
a: 3,
b: 3,
c: 3,
d: 3
}
}, 1000)
setTimeout(function() {
console.log("测试移除")
model.first = {
a: 3,
b: 3
}
}, 2000)
setTimeout(function() {
console.log("测试添加")
model.first = {
a: 3,
b: 3,
f: 4,
g: 4
}
}, 3000)
setTimeout(function() {
console.log("测试排序")
model.first = {
g: 4,
f: 4,
b: 3,
a: 3
}
}, 4000)
</script>
</head>
<body >
<div ms-controller="test" ms-with="first">
<h1>{{$key}}-------------------{{$val}}</h1>
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。