更新记录
1.0.8(2023-09-12) 下载此版本
改bug
1.0.7(2023-08-01) 下载此版本
更新
1.0.6(2023-07-31) 下载此版本
更新
查看更多平台兼容性
myuan-diy
myuan-diy是myuandiy配对使用的uni组件包,方便与快速将后台的编辑数据变为展示页面
示例
<template>
<myuan-diy :shu='shu'></myuan-diy>
</template>
<script setup>
import { ref} from 'vue';
const shu = ref({
biaoti: '',
yangshi: {
height: 1334,
backgroundColor: 'red',
isBackgroundColor: true,
backgroundImage: '',
isBackgroundImage: false,
backgroundRepeat: 'no-repeat',
backgroundOpacity: 100
},
shu: [{
buju:1,leixing:"Tu",ming:"图片",
shu:[{ tu: 'https://www.baidu.com/01415202efa5737bc4c1fa1996686f3c.png', url: '' }],
tu:"iconfuhao-tupian",
yangshi:{backgroundRepeat:"no-repeat",borderColor:"#e72b2b",borderStyle:"solid",borderWidth:1,
height:300,left:0,opacity:100,padding:0,rotate:0,scale:1,top:300,width:750,zIndex:1000},
}]
})
</script>
<style>
</style>