commit Table component
commit Table component
This commit is contained in:
parent
d2e82cd7f6
commit
2cb8a6d93e
12 changed files with 334 additions and 0 deletions
|
@ -102,6 +102,11 @@ router.map({
|
|||
component: function (resolve) {
|
||||
require(['./routers/transfer.vue'], resolve);
|
||||
}
|
||||
},
|
||||
'/table': {
|
||||
component: function (resolve) {
|
||||
require(['./routers/table.vue'], resolve);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue