File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/v3/src/views/_components/tabs/AmTabsItem.vue
Back
<template> <el-tab-pane :label="props.label" :disabled="props.disabled" :name="props.name" :closable="props.closable" :lazy="props.lazy" > <slot></slot> </el-tab-pane> </template> <script setup> import {onUpdated, getCurrentInstance} from "vue"; /** * Component Props */ const props = defineProps({ label: { type: String, }, disabled: { type: Boolean, default: false }, name: { type: [String, Number] }, closable: { type: Boolean, default: false }, lazy: { type: Boolean, default: false } }) // const instance = getCurrentInstance() // instance.parent.emit('tab-nav-update') // console.log(instance.parent) </script> <script> export default { name: "ElTabPane", componentName: '"ElTabPane"' } </script> <style lang="scss"> </style>
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings