refs #6153 test - master #86

Merged
jgallego merged 98 commits from test into master 2023-08-29 07:48:24 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit df7366195a - Show all commits

View File

@ -15,6 +15,8 @@ const quasar = useQuasar();
const state = useState();
const user = state.getUser();
const token = session.getToken();
const appName = 'Lilium';
onMounted(() => stateStore.setMounted());
const pinnedModulesRef = ref();