parent
107a8bc77f
commit
2fa7fb7c29
1 changed files with 19 additions and 0 deletions
@ -0,0 +1,19 @@ |
|||||||
|
<template> |
||||||
|
<div class="top_login"> |
||||||
|
<!-- 111 --> |
||||||
|
</div> |
||||||
|
</template> |
||||||
|
|
||||||
|
<script> |
||||||
|
import svg from '@/components/svg-icon/svg.vue'; |
||||||
|
export default { |
||||||
|
name: 'top-login', |
||||||
|
components:{ |
||||||
|
svg |
||||||
|
} |
||||||
|
} |
||||||
|
</script> |
||||||
|
|
||||||
|
<style> |
||||||
|
|
||||||
|
</style> |
||||||
Loading…
Reference in new issue