update
This commit is contained in:
18
src/components/SendMsg.vue
Normal file
18
src/components/SendMsg.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<script setup>
|
||||
import XLink from "./XLink.vue";
|
||||
import XInput from "./XInput.vue";
|
||||
|
||||
const modalValue = defineModel();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<x-input v-model:model-value="modalValue" placeholder="验证码">
|
||||
<template #suffix>
|
||||
<x-link>发送验证码</x-link>
|
||||
</template>
|
||||
</x-input>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user