Открыть боковую панель
valov_1205
universo-phaser
Коммиты
6c0267e7
Коммит
6c0267e7
создал
Ноя 12, 2023
по автору
avathar
Просмотр файлов
Обновлён Phaser и другие модули
владелец
193b3f76
Изменения
4
Развернуть все
Скрыть пробелы
Построчно
Рядом
universo-frontend/bun.lockb
Просмотр файла @
6c0267e7
Нет предварительного просмотра для этого типа файлов
universo-frontend/package-lock.json
Просмотр файла @
6c0267e7
Это отличие свёрнуто
Нажмите, чтобы развернуть
universo-frontend/package.json
Просмотр файла @
6c0267e7
...
...
@@ -13,29 +13,29 @@
"build"
:
"quasar build"
},
"dependencies"
:
{
"@apollo/client"
:
"^3.8.
5
"
,
"@quasar/extras"
:
"^1.16.
7
"
,
"@apollo/client"
:
"^3.8.
7
"
,
"@quasar/extras"
:
"^1.16.
8
"
,
"@vue/apollo-composable"
:
"^4.0.0-beta.11"
,
"core-js"
:
"^3.33.
0
"
,
"core-js"
:
"^3.33.
2
"
,
"dotenv"
:
"^16.3.1"
,
"graphql-tag"
:
"^2.12.6"
,
"phaser"
:
"github:photonstorm/phaser"
,
"phaser3-rex-plugins"
:
"
https://
github
.com/
rexrainbow/phaser3-rex-notes
.git
"
,
"pinia"
:
"^2.1.
6
"
,
"quasar"
:
"^2.1
2.7
"
,
"phaser3-rex-plugins"
:
"github
:
rexrainbow/phaser3-rex-notes"
,
"pinia"
:
"^2.1.
7
"
,
"quasar"
:
"^2.1
3.1
"
,
"subscriptions-transport-ws"
:
"^0.11.0"
,
"vue"
:
"^3.3.
4
"
,
"vue-i18n"
:
"^9.
5.0
"
,
"vue"
:
"^3.3.
8
"
,
"vue-i18n"
:
"^9.
6.5
"
,
"vue-router"
:
"^4.2.5"
},
"devDependencies"
:
{
"@quasar/app-webpack"
:
"^3.11.
2
"
,
"@types/node"
:
"^20.
8.3
"
,
"@typescript-eslint/eslint-plugin"
:
"^6.
7.4
"
,
"@typescript-eslint/parser"
:
"^6.
7.4
"
,
"eslint"
:
"^8.5
1
.0"
,
"@quasar/app-webpack"
:
"^3.11.
3
"
,
"@types/node"
:
"^20.
9.0
"
,
"@typescript-eslint/eslint-plugin"
:
"^6.
10.0
"
,
"@typescript-eslint/parser"
:
"^6.
10.0
"
,
"eslint"
:
"^8.5
3
.0"
,
"eslint-config-prettier"
:
"^9.0.0"
,
"eslint-plugin-vue"
:
"^9.1
7.0
"
,
"eslint-plugin-vue"
:
"^9.1
8.1
"
,
"prettier"
:
"^3.0.3"
},
"browserslist"
:
[
...
...
universo-frontend/src/pages/ProjectsPage.vue
Просмотр файла @
6c0267e7
...
...
@@ -164,7 +164,7 @@ export default defineComponent({
getKanvaso
()
{
this
.
onGetKanvaso
()
.
then
((
res
)
=>
{
debugLog
(
'
Get k
o
nvaso:
'
,
res
);
debugLog
(
'
Get k
a
nvaso:
'
,
res
);
this
.
beforekanvasoLoading
=
false
;
})
.
catch
((
error
)
=>
{
...
...
@@ -223,8 +223,6 @@ export default defineComponent({
})
.
then
((
res
)
=>
{
debugLog
(
'
Create Project:
'
,
res
);
//TODO: сделать изменение стейта без перезапроса бекэнда
if
(
res
.
data
?.
redaktuKanvasojKanvaso
?.
kanvaso
?.
uuid
)
{
this
.
$router
.
push
({
name
:
'
project
'
,
...
...
Редактирование
Предварительный просмотр
Поддерживает Markdown
0%
Попробовать снова
или
прикрепить новый файл
.
Отмена
You are about to add
0
people
to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Отмена
Пожалуйста,
зарегистрируйтесь
или
войдите
чтобы прокомментировать