feat: 提交
This commit is contained in:
parent
9848bb0542
commit
bd79407b34
2191
pnpm-lock.yaml
generated
2191
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<div></div>
|
||||
<div>{{ val }}</div>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { ref } from "vue";
|
||||
const val = ref<number>(200);
|
||||
const val = ref<number>(300);
|
||||
</script>
|
||||
<style scoped lang="scss">
|
||||
.read-the-docs {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user