更新前端文件
This commit is contained in:
9
public/static/admin/js/module/index.js
Normal file
9
public/static/admin/js/module/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
define(['vue'],function(Vue){
|
||||
var controller = {
|
||||
clear: function(){
|
||||
var vm = new Vue();
|
||||
}
|
||||
}
|
||||
|
||||
return controller;
|
||||
})
|
||||
Reference in New Issue
Block a user