Коммит bcd6587a создал по автору avathar's avatar avathar
Просмотр файлов

Merge branch 'develop' into 'develop'

#143 Создано тестовое пространство для интеграции

See merge request teknokomo/universo-monorepo!55
владельцы e694a088 6fc0f92b
......@@ -32,7 +32,7 @@
</template>
<script>
import { useCurrentUserStore } from '../../stores/current-user';
import { useCurrentUserStore } from '../../../stores/current-user';
import { mapActions, mapState } from 'pinia';
import { computed, ref, onMounted, watch } from 'vue';
import 'phaser';
......
......@@ -115,10 +115,10 @@ const routes: RouteRecordRaw[] = [
path: '/develop',
children: [
{
path: 'endless2',
name: 'endless2',
meta: { title: 'Endless2' },
component: () => import('../apps/develop/EndlessPage2.vue'),
path: 'testspace-i',
name: 'testspace-i',
meta: { title: 'Test Space Integration' },
component: () => import('../apps/develop/integration/TestSpaceIntegration.vue'),
beforeEnter: (to, from) => {
const store = useCurrentUserStore();
// if (!store.getUserId) {
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать