how to add a link through react or vue router to another page in a popup?
for example:
const template = new PopupTemplate({
content: [
{
type: "fields",
fieldInfos: [
{
fieldName: "Test",
},
],
},
],
});
I already have a different value for each "test". How to add a link for each "test"?