mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Refactor
This commit is contained in:
parent
e6d7b2677d
commit
3f169ac365
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ export default {
|
||||||
props: {
|
props: {
|
||||||
pt: {
|
pt: {
|
||||||
type: Object,
|
type: Object,
|
||||||
value: {}
|
default: undefined
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
@ -6,11 +6,11 @@ export default {
|
||||||
props: {
|
props: {
|
||||||
label: {
|
label: {
|
||||||
type: String,
|
type: String,
|
||||||
value: undefined
|
default: undefined
|
||||||
},
|
},
|
||||||
spin: {
|
spin: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
value: false
|
default: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue