提交 6b3afe98 编写于 作者: hudan's avatar hudan

标题ui

上级 88e22cf3
<template>
<div class="app-mob-title">
<ion-title :class="className">
<label class="title-label">
<ion-icon v-if="model ? model.icon : false" :name="model.icon"></ion-icon>
<img v-else-if="model ? model.iconcls : false" :src="model ? model.iconcls : ''" alt="">
{{text}}</label>
</ion-title>
</div>
<ion-title class="view-title">
<slot></slot>
</ion-title>
</template>
<script lang="ts">
import { Vue, Component, Prop } from "vue-property-decorator";
......@@ -21,22 +16,6 @@ export default class AppMobTitle extends Vue {
* @memberof AppMobTitle
*/
@Prop() public className: any;
/**
* text
*
* @type {*}
* @memberof AppMobTitle
*/
@Prop() public text: any;
/**
* 视图模型数据 model
*
* @type {*}
* @memberof AppMobTitle
*/
@Prop() public model?: any;
}
</script>
<style lang='less'>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册