Skip to content

Commit d5aac73

Browse files
committed
VueUi3dBar added component
1 parent d85198a commit d5aac73

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-data-ui",
33
"private": false,
4-
"version": "1.9.48",
4+
"version": "1.9.49",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue components library",
77
"keywords": [

src/atoms/Title.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const CONFIG = useNestedProp({
3939
CONFIG.title.color
4040
};font-size:${CONFIG.title.fontSize}px;font-weight:${
4141
CONFIG.title.bold ? 'bold' : ''
42-
};padding: 0 36px; margin: 0 auto;`"
42+
}`"
4343
>
4444
{{ CONFIG.title.text }}
4545
</div>
@@ -50,7 +50,7 @@ const CONFIG = useNestedProp({
5050
CONFIG.subtitle.color
5151
};font-size:${CONFIG.subtitle.fontSize}px;font-weight:${
5252
CONFIG.subtitle.bold ? 'bold' : ''
53-
};padding: 0 36px; margin: 0 auto;`"
53+
}`"
5454
>
5555
{{ CONFIG.subtitle.text }}
5656
</div>

0 commit comments

Comments
 (0)