first commit
This commit is contained in:
18
components/diy/blank/blank.vue
Normal file
18
components/diy/blank/blank.vue
Normal file
@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<view class="diy-blank" :style="{height: itemData.style.height +'px', background:itemData.style.background }">
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
props: ['itemData'],
|
||||
methods: {}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user