commit
898f908370
|
@ -54,7 +54,7 @@ export default {
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref } from "vuetest";
|
import { ref } from "vue";
|
||||||
|
|
||||||
const value = ref(50);
|
const value = ref(50);
|
||||||
<\/script>
|
<\/script>
|
||||||
|
|
Loading…
Reference in New Issue