Explorar o código

Add 'no categories' message

sbkwgh %!s(int64=8) %!d(string=hai) anos
pai
achega
b1b623e942
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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>