xiaosi
1 year ago
4 changed files with 50 additions and 3 deletions
@ -0,0 +1,11 @@ |
|||
<script setup> |
|||
import { RouterView } from 'vue-router'; |
|||
</script> |
|||
|
|||
<template> |
|||
<RouterView /> |
|||
</template> |
|||
|
|||
<style lang="less" module="s"> |
|||
// |
|||
</style> |
@ -0,0 +1,13 @@ |
|||
<script setup> |
|||
</script> |
|||
|
|||
<template> |
|||
<div :class="s.root">LoginView</div> |
|||
</template> |
|||
|
|||
<style lang="less" module="s"> |
|||
.root { |
|||
:global { |
|||
} |
|||
} |
|||
</style> |
Loading…
Reference in new issue