提交
This commit is contained in:
parent
b0cd33d90e
commit
9848bb0542
@ -1,11 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div></div>
|
||||||
<div>{{ val }}</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref } from "vue";
|
import { ref } from "vue";
|
||||||
const val = ref<number>(100);
|
const val = ref<number>(200);
|
||||||
</script>
|
</script>
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.read-the-docs {
|
.read-the-docs {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user