Преглед на файлове

Don't show forum description on index page

sbkwgh преди 8 години
родител
ревизия
456eb00c8b
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      src/components/routes/Index.vue

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

@@ -1,8 +1,5 @@
 <template>
 	<div class='route_container'>
-		<div class='forum_description' v-if='$store.state.meta.description'>
-			{{$store.state.meta.description}}
-		</div>
 		<div class='thread_sorting'>
 			<select-options
 				:options='filterOptions'