Minor get uri update
This commit is contained in:
@@ -1517,9 +1517,9 @@ export default {
|
|||||||
computed: {
|
computed: {
|
||||||
uri: {
|
uri: {
|
||||||
get() {
|
get() {
|
||||||
return this.$store.state.request.uri ?
|
return this.url + this.path ?
|
||||||
this.$store.state.request.uri
|
this.url + this.path
|
||||||
: this.url + this.path;
|
: this.$store.state.request.uri;
|
||||||
},
|
},
|
||||||
set(value) {
|
set(value) {
|
||||||
this.$store.commit("setState", { value, attribute: "uri" })
|
this.$store.commit("setState", { value, attribute: "uri" })
|
||||||
|
|||||||
Reference in New Issue
Block a user