Composition demos fixed

pull/3725/head
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);

View File

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

View File

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

View File

@ -87,7 +87,7 @@ export default {
</div>
</template>
<script>
<script setup>
import { ref } from "vue";
const colorHEX = ref('6466f1');

View File

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