Файловый менеджер - Редактировать - /var/www/html/components/com_community/assets/app/src/views/postbox/_components/JAction.vue
Ðазад
<template> <div class="joms-postbox-action"> <button class="joms-postbox-cancel" @click="reset">{{cancel}}</button> <button class="joms-postbox-save" v-if="isPostable" @click="validate">{{save}}</button> </div> </template> <script> import language from '../../../utils/language'; export default { props: { isPostable: { type: Boolean, default: false, }, cancel: { type: String, default: language('postbox.cancel_button') }, save: { type: String, default: language('postbox.post_button'), }, }, methods: { validate() { this.$emit('validate'); }, reset() { this.$emit('reset'); }, } } </script>
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка