|
|
@ -33,7 +33,6 @@ const createProject = async () => { |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<NuxtLayout> |
|
|
|
|
|
|
|
<div class="main justify-center d-flex mx-auto" style="min-height: 600px;overflow: auto"> |
|
|
|
<div class="main justify-center d-flex mx-auto" style="min-height: 600px;overflow: auto"> |
|
|
|
<v-form ref="form" v-model="valid" @submit.prevent="createProject"> |
|
|
|
<v-form ref="form" v-model="valid" @submit.prevent="createProject"> |
|
|
|
<v-card style="width:530px;margin-top: 100px" class="mx-auto"> |
|
|
|
<v-card style="width:530px;margin-top: 100px" class="mx-auto"> |
|
|
@ -73,7 +72,6 @@ const createProject = async () => { |
|
|
|
</v-card> |
|
|
|
</v-card> |
|
|
|
</v-form> |
|
|
|
</v-form> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</NuxtLayout> |
|
|
|
|
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|
<style scoped> |
|
|
|
<style scoped> |
|
|
|