Composition demos fixed

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-09 21:41:01 +03:00
parent 2e4fe76ecd
commit d043b3698d
8 changed files with 8 additions and 8 deletions

View file

@ -39,7 +39,7 @@ export default {
</div>
</template>
<script>
<script setup>
import { ref } from "vue";
const checked = ref(false);

View file

@ -39,7 +39,7 @@ export default {
</div>
</template>
<script>
<script setup>
import { ref } from "vue";
const checked = ref(false);

View file

@ -101,7 +101,7 @@ export default {
</div>
</template>
<script>
<script setup>
import { ref } from "vue";
const pizza = ref();

View file

@ -39,7 +39,7 @@ export default {
</div>
</template>
<script>
<script setup>
import { ref } from "vue";
const checked = ref(false);