Commit 66f8a1c7 authored by tangfh's avatar tangfh

f-title-01 插件增加样式

parent 70b033c0
## 1.0.1(2024-05-28)
1.0.1
## 1.0.0(2024-05-28) ## 1.0.0(2024-05-28)
f-title-01 f-title-01
<template> <template>
<view class="flex-row row-center-v"> <view class="flex-row row-center-v" :style="[style]">
<text class="t-title">{{ title }}</text> <text class="t-title">{{ title }}</text>
<text class="t-sub-title">{{ subTitle }}</text> <text class="t-sub-title">{{ subTitle }}</text>
</view> </view>
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
export default { export default {
name: "f-title-01", name: "f-title-01",
props: { props: {
style: {},
title: "", title: "",
subTitle: "" subTitle: ""
} }
......
{ {
"id": "f-title-01", "id": "f-title-01",
"displayName": "f-title-01", "displayName": "f-title-01",
"version": "1.0.0", "version": "1.0.1",
"description": "f-title-01", "description": "f-title-01",
"keywords": [ "keywords": [
"f-title-01" "f-title-01"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment