17 lines
172 B
Vue
17 lines
172 B
Vue
|
|
<script>
|
||
|
|
export default {
|
||
|
|
name: "authAdd"
|
||
|
|
}
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<template>
|
||
|
|
<section class="authAdd">
|
||
|
|
</section>
|
||
|
|
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<style scoped lang="scss">
|
||
|
|
.authAdd {
|
||
|
|
}
|
||
|
|
</style>
|