소스 검색

Add 'no categories' message

sbkwgh 8 년 전
부모
커밋
b1b623e942
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/components/routes/Index.vue

+ 3 - 0
src/components/routes/Index.vue

@@ -14,6 +14,9 @@
 				</div>
 			</div>
 		</div>
+		<div v-if='!$store.state.meta.categories.length'>
+			There are no categories to show, but you can add them on the admin page
+		</div>
 	</div>
 </template>