mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
14 lines
168 B
Vue
14 lines
168 B
Vue
<template>
|
|
<div class="auth-wrapper d-flex align-center justify-center pa-4">
|
|
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
created() {
|
|
|
|
}
|
|
}
|
|
</script>
|