show version
This commit is contained in:
@@ -4,6 +4,8 @@ import ConfigurationView from "./components/config/ConfigurationView.vue";
|
||||
import AppSidebar from "./components/sidebar/AppSidebar.vue";
|
||||
import { useBrowserManager } from "./composables/useBrowserManager";
|
||||
|
||||
const appVersion = __APP_VERSION__;
|
||||
|
||||
const {
|
||||
activeSection,
|
||||
associatedProfilesModal,
|
||||
@@ -106,6 +108,7 @@ const {
|
||||
:loading="loading"
|
||||
:configs-loading="configsLoading"
|
||||
:browser-monogram="browserMonogram"
|
||||
:app-version="appVersion"
|
||||
@select-browser="selectedBrowserId = $event; page = 'browserData'"
|
||||
@select-configuration="page = 'configuration'"
|
||||
@refresh="refreshAll"
|
||||
|
||||
Reference in New Issue
Block a user