added unit tests to widgets
This commit is contained in:
@@ -32,11 +32,11 @@ export default {
|
||||
},
|
||||
header: {
|
||||
type: String,
|
||||
default: 'Lorem ipsum...'
|
||||
default: 'header|string'
|
||||
},
|
||||
text: {
|
||||
type: String,
|
||||
default: 'Lorem ipsum...'
|
||||
default: 'text|string'
|
||||
},
|
||||
variant: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user