This commit is contained in:
wang_fan_w 2024-03-24 23:39:51 +08:00
parent b0cd33d90e
commit 9848bb0542

View File

@ -1,11 +1,9 @@
<template>
<div>
<div>{{ val }}</div>
</div>
<div></div>
</template>
<script setup lang="ts">
import { ref } from "vue";
const val = ref<number>(100);
const val = ref<number>(200);
</script>
<style scoped lang="scss">
.read-the-docs {