no message
This commit is contained in:
18
layouts/login.vue
Normal file
18
layouts/login.vue
Normal file
@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<div id="login-layout">
|
||||
<Nuxt></Nuxt>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'Login'
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
#login-layout {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user