3 changed files with 23 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||
<template> |
|||
<div class="flex-column">消息推送</div> |
|||
</template> |
|||
|
|||
<script> |
|||
export default { |
|||
name: 'CaseAnalysis', |
|||
data() { |
|||
return {}; |
|||
}, |
|||
|
|||
methods: {}, |
|||
}; |
|||
</script> |
|||
|
|||
<style lang="stylus" scoped></style> |
Loading…
Reference in new issue