mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-05-23 04:04:22 +08:00
Нормально работает обновление, перепилено описание на русские буквы, добавлены комментарии
This commit is contained in:
parent
a9c5affd27
commit
87963ba0cc
@ -17,12 +17,6 @@ const projectId = ref(null);
|
||||
const route = useRoute();
|
||||
|
||||
|
||||
// const getProfile = async () => {
|
||||
// const profileDataRecieved = await axios.get(`http://somebodyhire.me/api/profile/${userId.value}/`);
|
||||
// profileData.value = processProfileData(profileDataRecieved.data);
|
||||
// };
|
||||
|
||||
|
||||
axios.interceptors.request.use((request) => {
|
||||
debugText.value += '\n\nRequest:\n' + JSON.stringify(request, null, 2);
|
||||
return request;
|
||||
|
Loading…
x
Reference in New Issue
Block a user