WIP Удалены BaseButtons
This commit is contained in:
@@ -17,12 +17,11 @@
|
||||
|
||||
<script>
|
||||
import { notifications } from "@/components/Notifications/notificationContext";
|
||||
import BaseButton from "@/components/base/BaseButton";
|
||||
import NotificationItem from "@/components/Notifications/NotificationItem";
|
||||
|
||||
export default {
|
||||
name: "TheNotificationProvider",
|
||||
components: { NotificationItem, BaseButton },
|
||||
components: { NotificationItem },
|
||||
|
||||
data() {
|
||||
return {
|
||||
|
||||
@@ -415,17 +415,6 @@ export default {
|
||||
icon: "icon-tg",
|
||||
});
|
||||
},
|
||||
/*selectTab(event) {
|
||||
this.listInfoTitle.forEach((el) => {
|
||||
if (el.key === event.target.id) {
|
||||
el.active = true;
|
||||
this.$refs[el.key].style.display = "block";
|
||||
} else {
|
||||
el.active = false;
|
||||
this.$refs[el.key].style.display = "none";
|
||||
}
|
||||
});
|
||||
},*/
|
||||
selectForm(componentName) {
|
||||
this.currentForm = this.forms.find(
|
||||
(elem) => elem.component === componentName
|
||||
|
||||
Reference in New Issue
Block a user