1👍
✅
Should’ve thinked about it earlier, converting to int solved the problem:
assetId() {
return parseInt(this.$route.params.id)
},
Source:stackexchange.com
1👍
Should’ve thinked about it earlier, converting to int solved the problem:
assetId() {
return parseInt(this.$route.params.id)
},