added unit tests to widgets

This commit is contained in:
woothu
2018-10-09 13:33:43 +02:00
parent b318110c7d
commit 4741d4231a
14 changed files with 233 additions and 71 deletions
+2 -2
View File
@@ -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,