sayll/ie-webpack-start

View on GitHub
app/view/index/index.js

Summary

Maintainability
A
0 mins
Test Coverage
alert($('div')[0]);

let img = require('../../source/img/avatar.jpg');
console.log(img);

let vm = avalon.define({
  $id: "test",
  name: "司徒正美",
  array: [11, 22, 33]
});

setTimeout(function () {
  vm.array.set(0, 444)
}, 3000);