Поправила url картинок
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
import TheHeader from "@/components/TheHeader";
|
||||
import TheSidebar from "@/components/TheSidebar";
|
||||
import TheNotificationProvider from "@/components/Notifications/TheNotificationProvider";
|
||||
|
||||
import { mapState } from "vuex";
|
||||
export default {
|
||||
name: "LoggedInLayout",
|
||||
components: { TheNotificationProvider, TheHeader, TheSidebar },
|
||||
@@ -33,10 +33,14 @@ export default {
|
||||
return {
|
||||
isOpenForm: false,
|
||||
updatedClients: false,
|
||||
url: "https://astra-dev.dopcore.com/api/store/",
|
||||
createdClientId: "",
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
...mapState({
|
||||
url: (state) => state.imgUrl,
|
||||
}),
|
||||
},
|
||||
methods: {
|
||||
openForm() {
|
||||
this.isOpenForm = true;
|
||||
|
||||
Reference in New Issue
Block a user