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)
f-title-01
<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-sub-title">{{ subTitle }}</text>
</view>
......@@ -8,6 +8,7 @@
export default {
name: "f-title-01",
props: {
style: {},
title: "",
subTitle: ""
}
......
{
"id": "f-title-01",
"displayName": "f-title-01",
"version": "1.0.0",
"version": "1.0.1",
"description": "f-title-01",
"keywords": [
"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