Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
fashion-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tangfh
fashion-ui
Commits
66f8a1c7
Commit
66f8a1c7
authored
May 28, 2024
by
tangfh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
f-title-01 插件增加样式
parent
70b033c0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
changelog.md
uni_modules/f-title-01/changelog.md
+2
-0
f-title-01.vue
uni_modules/f-title-01/components/f-title-01/f-title-01.vue
+2
-1
package.json
uni_modules/f-title-01/package.json
+1
-1
No files found.
uni_modules/f-title-01/changelog.md
View file @
66f8a1c7
## 1.0.1(2024-05-28)
1.
0.1
## 1.0.0(2024-05-28)
f-title-01
uni_modules/f-title-01/components/f-title-01/f-title-01.vue
View file @
66f8a1c7
<
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
:
""
}
...
...
uni_modules/f-title-01/package.json
View file @
66f8a1c7
{
"id"
:
"f-title-01"
,
"displayName"
:
"f-title-01"
,
"version"
:
"1.0.
0
"
,
"version"
:
"1.0.
1
"
,
"description"
:
"f-title-01"
,
"keywords"
:
[
"f-title-01"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment