ソースを参照

refactor: updated AddAccount page to be like EditAccount page

Kristian Vos 5 年 前
コミット
9f671d3d9f
1 ファイル変更6 行追加1 行削除
  1. 6 1
      frontend/vue/pages/AddAccount.vue

+ 6 - 1
frontend/vue/pages/AddAccount.vue

@@ -1,5 +1,10 @@
 <template>
-	<account-form :onSubmit="onSubmit"/>
+	<main>
+		<h1>Add account</h1>
+		<hr/>
+		<br/>
+		<account-form :onSubmit="onSubmit"/>
+	</main>
 </template>
 
 <script>