File manager - Edit - /var/www/payraty/helpdesk/vendor/opcodesio/log-viewer/resources/js/components/TabContent.vue
Back
<template> <div v-if="isSelected"> <slot></slot> </div> </template> <script setup> import {computed, inject} from "vue"; const props = defineProps({ tabValue: { type: String, required: true, }, }) const currentTab = inject('currentTab'); const isSelected = computed(() => { return currentTab.value && currentTab.value.value === props.tabValue; }) </script>
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings