integrate the user module

This commit is contained in:
2026-02-05 13:50:43 +02:00
parent 9d22fe8413
commit 4d95a40c37
15 changed files with 220 additions and 162 deletions
@@ -35,13 +35,8 @@
</template>
<script>
import { useAppStore } from '@/stores/app';
import GameEnvironmentMixin from '@/mixins/GameEnvironmentMixin';
const store = useAppStore();
export default {
mixins:[GameEnvironmentMixin],
props:{
@@ -57,7 +52,6 @@ export default {
scenario: null,
renderType: 'ST',
cameraType: 'perspective',
store
}
},
}