ErrorDetail
This commit is contained in:
		@@ -57,6 +57,8 @@
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
import { mapState } from 'vuex'
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
  name: 'HealthDetail',
 | 
			
		||||
  components: {},
 | 
			
		||||
@@ -66,7 +68,9 @@ export default {
 | 
			
		||||
      data: [],
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  computed: {},
 | 
			
		||||
  computed: {
 | 
			
		||||
    ...mapState(['user']),
 | 
			
		||||
  },
 | 
			
		||||
  watch: {},
 | 
			
		||||
  onLoad() {},
 | 
			
		||||
  onShow() {},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user