project init
This commit is contained in:
15
components/jl-form/main.vue
Normal file
15
components/jl-form/main.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<view class="jl-form">
|
||||
<slot></slot>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {};
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.jl-form {
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user