first
This commit is contained in:
17
pages/applyment/addApp.vue
Normal file
17
pages/applyment/addApp.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<view class="">
|
||||
<uni-forms :modelValue="formData">
|
||||
|
||||
</uni-forms>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, reactive } from 'vue';
|
||||
|
||||
const formData = reactive({
|
||||
|
||||
})
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss"></style>
|
||||
Reference in New Issue
Block a user