parent
e64b0867b2
commit
58d24db1b2
4 changed files with 1977 additions and 1935 deletions
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,15 @@ |
||||
<template> |
||||
<basic-container> |
||||
<dashboardIndex></dashboardIndex> |
||||
</basic-container> |
||||
</template> |
||||
<script> |
||||
import dashboardIndex from "./container.vue"; |
||||
export default { |
||||
components: { dashboardIndex }, |
||||
data() { |
||||
return {}; |
||||
}, |
||||
methods: {} |
||||
}; |
||||
</script> |
||||
Loading…
Reference in new issue