增加题目列表页和部分 ajax js [CI SKIP]

This commit is contained in:
virusdefender
2015-08-02 16:58:41 +08:00
parent 335051dbd4
commit cf4ae5aa12
7 changed files with 129 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
require(["jquery", "avalon"], function($, avalon){
var vm = avalon.define({
$id: "problem_list",
problem_list: []
})
});