Skip to content

Instantly share code, notes, and snippets.

View atis2345's full-sized avatar

Ivan Kalaianov atis2345

  • Ukraine
View GitHub Profile
<div id="lalala">
<div v-for="(element, key) in list" :key="key">
<button @click="changeFlag">{{ getDate() }}</button>
</div>
<div v-if="flag">LALALA</div>
</div>
<script>
let lalala = new Vue({
el: '#lalala',