瀏覽代碼

Change formatting to increase legitiblity

sbkwgh 7 年之前
父節點
當前提交
05eac13639
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      frontend/src/App.vue

+ 6 - 1
frontend/src/App.vue

@@ -19,7 +19,12 @@
 			:no-padding='true'
 			:hide-footer='true'
 		>
-			<tab-view :tabs='["Sign up", "Login"]' v-model="showAccountTab" padding='true' slot='main'>
+			<tab-view
+				:tabs='["Sign up", "Login"]'
+				v-model="showAccountTab"
+				padding='true'
+				slot='main'
+			>
 				<template slot='Sign up'>
 					<p style='margin-top: 0;' v-if='$store.state.token'>
 						<strong>Providing the token is still valid, this will create an admin account</strong>