12 lines
178 B
Vue
12 lines
178 B
Vue
![]() |
<script setup>
|
||
|
|
||
|
</script>
|
||
|
<template>
|
||
|
<h3>登录页</h3>
|
||
|
<el-icon><User /></el-icon>
|
||
|
<hr>
|
||
|
<el-button type="primary">登录</el-button>
|
||
|
</template>
|
||
|
<style scoped>
|
||
|
</style>
|