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