mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
hotfix: update modal
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<AnimatedModal :is-open="updateModalOpen" @toggle-modal="toggleModal">
|
<AnimatedModal :is-open="updateModalOpen" @toggle-modal="toggleModal(false)">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<h1 style="margin-bottom: 0.5em">🚀 {{ $t('update.title') }}</h1>
|
<h1 style="margin-bottom: 0.5em">🚀 {{ $t('update.title') }}</h1>
|
||||||
|
|
||||||
<div class="features-body" v-html="htmlChangelog"></div>
|
<div class="features-body" v-html="htmlChangelog"></div>
|
||||||
|
|
||||||
<button class="btn btn--action" ref="confirm-btn" @click="toggleModal">
|
<button class="btn btn--action" ref="confirm-btn" @click="toggleModal(false)">
|
||||||
{{ $t('update.confirm') }}
|
{{ $t('update.confirm') }}
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user