Files
jobslink-user-clent/components/jl-form/main.vue
18500206848 91172a730c 11
2024-02-02 14:44:30 +08:00

15 lines
163 B
Vue

<template>
<view class="jl-form">
<slot></slot>
</view>
</template>
<script>
export default {};
</script>
<style>
.jl-form {
display: block;
}
</style>