Create vue models without args
This commit is contained in:
@@ -7,9 +7,7 @@ import AppInstallDialog from '../components/AppInstallDialog.vue';
|
||||
import ApplinkDialog from '../components/ApplinkDialog.vue';
|
||||
import { PROXY_APP_ID } from '../constants.js';
|
||||
|
||||
const API_ORIGIN = import.meta.env.VITE_API_ORIGIN ? import.meta.env.VITE_API_ORIGIN : window.location.origin;
|
||||
|
||||
const appstoreModel = AppstoreModel.create(API_ORIGIN, localStorage.token);
|
||||
const appstoreModel = AppstoreModel.create();
|
||||
|
||||
const ready = ref(false);
|
||||
const proxyApp = ref();
|
||||
|
||||
Reference in New Issue
Block a user