feat: view specific url

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2021-10-08 18:09:49 +05:30
parent 74eab46756
commit 50f4bae996
3 changed files with 81 additions and 41 deletions

View File

@@ -85,6 +85,8 @@ export default {
},
allColumns() {
if (!this.meta) { return [] }
let columns = this.meta.columns
if (this.meta && this.meta.v) {
columns = [...columns, ...this.meta.v.map(v => ({ ...v, virtual: 1 }))]