fix: remove button

This commit is contained in:
Methapon Metanipat 2024-10-18 10:43:30 +07:00
parent 26d05d08ea
commit c1fe4428ba

View file

@ -210,7 +210,6 @@ watch(elements, () => {
</script>
<template>
<button @click="console.log(elements)">Click</button>
<div class="row justify-between container">
<section class="content" v-for="chunk in chunks">
<ViewHeader />