Joe
11 months ago
4 changed files with 32 additions and 9 deletions
@ -0,0 +1,15 @@ |
|||
<template> |
|||
<div class='CommandDispatch'> |
|||
CommandDispatch |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
export default { |
|||
name: 'CommandDispatch', |
|||
} |
|||
</script> |
|||
|
|||
<style lang='scss' scoped> |
|||
.CommandDispatch {} |
|||
</style> |
Loading…
Reference in new issue