Composition demos fixed
parent
2e4fe76ecd
commit
d043b3698d
|
@ -39,7 +39,7 @@ export default {
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script setup>
|
||||
import { ref } from "vue";
|
||||
|
||||
const checked = ref(false);
|
||||
|
|
|
@ -39,7 +39,7 @@ export default {
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script setup>
|
||||
import { ref } from "vue";
|
||||
|
||||
const checked = ref(false);
|
||||
|
|
|
@ -101,7 +101,7 @@ export default {
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script setup>
|
||||
import { ref } from "vue";
|
||||
|
||||
const pizza = ref();
|
||||
|
|
|
@ -39,7 +39,7 @@ export default {
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script setup>
|
||||
import { ref } from "vue";
|
||||
|
||||
const checked = ref(false);
|
||||
|
|
|
@ -39,7 +39,7 @@ export default {
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script setup>
|
||||
import { ref } from "vue";
|
||||
|
||||
const color = ref();
|
||||
|
|
|
@ -39,7 +39,7 @@ export default {
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script setup>
|
||||
import { ref } from "vue";
|
||||
|
||||
const color = ref();
|
||||
|
|
|
@ -87,7 +87,7 @@ export default {
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script setup>
|
||||
import { ref } from "vue";
|
||||
|
||||
const colorHEX = ref('6466f1');
|
||||
|
|
|
@ -39,7 +39,7 @@ export default {
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script setup>
|
||||
import { ref } from "vue";
|
||||
|
||||
const color = ref();
|
||||
|
|
Loading…
Reference in New Issue