generated from VLADIMIR/template_frontend
update editor
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -5,8 +5,8 @@
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Вечерний детектив</title>
|
||||
<script type="module" crossorigin src="/assets/index-BJl2SwEb.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CnSILpQu.css">
|
||||
<script type="module" crossorigin src="/assets/index-8fDlsCH5.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-Dq4E0b3K.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
@@ -277,11 +277,11 @@ async function deletePlace(place: Place) {
|
||||
</PlaceBlock>
|
||||
|
||||
<PlaceBlock :place="place" v-model:mode="place.mode" v-for="place in scenario.story?.places"
|
||||
v-bind:key="place.code">
|
||||
v-bind:key="place.oldCode">
|
||||
<n-flex justify="end">
|
||||
<n-button @click="deletePlace(place)" type="error" ghost>Удалить</n-button>
|
||||
<n-button @click="cancelUpdatePlace(place)">Отмена</n-button>
|
||||
<n-button @click="updatePlace(place)">Сохранить</n-button>
|
||||
<n-button @click="updatePlace(place)" :disabled="place.code == ''">Сохранить</n-button>
|
||||
</n-flex>
|
||||
</PlaceBlock>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user