Forráskód Böngészése

Change formatting to increase legitiblity

sbkwgh 7 éve
szülő
commit
05eac13639
1 módosított fájl, 6 hozzáadás és 1 törlés
  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>