File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/v3/src/views/admin/customize/settings/parts/CustomizationCongrats.vue
Back
<template> <div class="am-cs-parts"> <div class="am-cs-part"> <div class="am-cs-part__heading"> {{amLabels.layout_and_inputs}} </div> <div class="am-cs-part__content"> <AmArrowMenuItem @click="handleClick('options')"> <span class="am-cs-part__item"> <span class="am-icon-options"></span> {{amLabels.options}} </span> </AmArrowMenuItem> <AmArrowMenuItem @click="handleClick('labels')"> <span class="am-cs-part__item"> <span class="am-icon-labels"></span> {{amLabels.labels}} </span> </AmArrowMenuItem> </div> </div> </div> </template> <script setup> import AmArrowMenuItem from '../../../_components/arrow-menu/AmArrowMenuItem.vue' import { inject } from 'vue' let { goBackPath, handleClick, parentPath } = inject('sidebarFunctionality') goBackPath.value = 'menu' parentPath.value = 'congrats' // * Labels let amLabels = inject('labels') </script> <script> export default { name: "CustomizationCongrats" } </script> <style lang="scss"> </style>
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings