update
This commit is contained in:
17
src/components/XRadioGroup.vue
Normal file
17
src/components/XRadioGroup.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<script setup>
|
||||
import {provide} from "vue";
|
||||
|
||||
const modalValue = defineModel();
|
||||
|
||||
provide('modelValue', modalValue);
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<view>
|
||||
<slot></slot>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user