mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 17:32:14 +00:00
routes refactoring
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
},
|
||||
methods: {
|
||||
fetchUser() {
|
||||
axios.get(`/api/oasis/clients/${this.$route.params.id}`)
|
||||
axios.get(`/api/clients/${this.$route.params.id}`)
|
||||
.then(response => {
|
||||
this.client = response.data
|
||||
})
|
||||
@@ -111,6 +111,7 @@
|
||||
border-radius: 12px;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
object-fit: contain;
|
||||
|
||||
&.blurred {
|
||||
@include blurred-image;
|
||||
|
||||
Reference in New Issue
Block a user