mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 14:12:02 +00:00
hide click if nothing happened
This commit is contained in:
parent
e23124bb1a
commit
42aa0f5f8e
@ -67,6 +67,6 @@ export default {
|
||||
@something-happened="somethingHappened = true"
|
||||
/>
|
||||
</div>
|
||||
<span v-if="!nothingHappened">Note: Click an entry to hide it in the future.</span>
|
||||
<span v-if="!nothingHappened && somethingHappened">Note: Click an entry to hide it in the future.</span>
|
||||
</ModalWrapper>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user