소스 검색

Set padding parameter on tab-view to true

sbkwgh 8 년 전
부모
커밋
d163f30554
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -1,7 +1,7 @@
 <template>
 	<div id='app'>
 		<modal-window name='account'>
-			<tab-view :tabs='["Sign up", "Login"]' name="account">
+			<tab-view :tabs='["Sign up", "Login"]' name="account" padding='true'>
 				<template slot='Sign up'>
 					<p style='margin-top: 0;'>
 						Sign up to create and post in threads.