develoop
parent
bbeb4d0ffd
commit
88342c203e
3 changed files with 10 additions and 6 deletions
@ -1,11 +1,14 @@ |
|||||||
<template> |
<template> |
||||||
<div>111</div> |
<div> |
||||||
|
111 |
||||||
|
</div> |
||||||
</template> |
</template> |
||||||
|
|
||||||
<script lang="ts" setup> |
<script lang='ts' setup> |
||||||
import {} from 'vue' |
import { onMounted, reactive, ref, toRefs, watch } from 'vue' |
||||||
|
|
||||||
</script> |
</script> |
||||||
|
|
||||||
<style lang="scss" scoped> |
<style lang='scss' scoped> |
||||||
|
|
||||||
</style> |
</style> |
||||||
|
Loading…
Reference in new issue