Skip to content

Commit 7c3d9f5

Browse files
committed
Updated Components
1 parent 6605402 commit 7c3d9f5

21 files changed

+115
-115
lines changed

src/components/VsudAlert.vue renamed to src/components/SoftAlert.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<script>
2727
export default {
28-
name: "VsudAlert",
28+
name: "SoftAlert",
2929
props: {
3030
color: {
3131
type: String,

src/components/VsudAvatar.vue renamed to src/components/SoftAvatar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<script>
1212
export default {
13-
name: "VsudAvatar",
13+
name: "SoftAvatar",
1414
props: {
1515
img: {
1616
type: String,

src/components/VsudBadge.vue renamed to src/components/SoftBadge.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<script>
1111
export default {
12-
name: "VsudBadge",
12+
name: "SoftBadge",
1313
props: {
1414
size: {
1515
type: String,

src/components/VsudButton.vue renamed to src/components/SoftButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<script>
1111
export default {
12-
name: "VsudButton",
12+
name: "SoftButton",
1313
props: {
1414
color: {
1515
type: String,

src/components/VsudCheckbox.vue renamed to src/components/SoftCheckbox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<script>
1717
export default {
18-
name: "VsudCheckbox",
18+
name: "SoftCheckbox",
1919
props: {
2020
name: {
2121
type: String,

src/components/VsudInput.vue renamed to src/components/SoftInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<script>
2525
export default {
26-
name: "VsudInput",
26+
name: "SoftInput",
2727
props: {
2828
size: {
2929
type: String,

src/components/VsudPagination.vue renamed to src/components/SoftPagination.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<script>
88
export default {
9-
name: "VsudPagination",
9+
name: "SoftPagination",
1010
props: {
1111
color: {
1212
type: String,

src/components/VsudPaginationItem.vue renamed to src/components/SoftPaginationItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<script>
1212
export default {
13-
name: "VsudPaginationItem",
13+
name: "SoftPaginationItem",
1414
props: {
1515
label: {
1616
type: String,

src/components/VsudProgress.vue renamed to src/components/SoftProgress.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<script>
1212
export default {
13-
name: "VsudProgress",
13+
name: "SoftProgress",
1414
props: {
1515
color: {
1616
type: String,

src/components/VsudRadio.vue renamed to src/components/SoftRadio.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<script>
1717
export default {
18-
name: "VsudRadio",
18+
name: "SoftRadio",
1919
props: {
2020
name: {
2121
type: String,

0 commit comments

Comments
 (0)