This commit is contained in:
2020-01-30 21:41:09 +00:00
parent 538831f6f0
commit 3ac8e90953

View File

@@ -13,7 +13,7 @@ export default {
if (tid.type && tid.id) {
switch (tid.type) {
case ayatype.Widget:
this.$router.push({
vm.$router.push({
name: "inventory-widget-edit",
params: { id: item.id }
});