初始上传
This commit is contained in:
26
addon/diy_default1/uniapp/components/diy-components/diy-text-extend.vue
Executable file
26
addon/diy_default1/uniapp/components/diy-components/diy-text-extend.vue
Executable file
@@ -0,0 +1,26 @@
|
||||
<template>
|
||||
<view>
|
||||
<text style="font-weight: bold;font-size: 20px;color: #0cc361;">我是扩展标题组件</text>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
// 扩展标题组件
|
||||
export default {
|
||||
name: 'diy-text-extend',
|
||||
props: {
|
||||
value: {
|
||||
type: Object
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
computed: {},
|
||||
created() {
|
||||
},
|
||||
methods: {}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style></style>
|
||||
Reference in New Issue
Block a user