Skip to content

Commit d7fb8e0

Browse files
committed
test: demo app
1 parent 67d1a3a commit d7fb8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-vue/app/examples/TextFields.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export default Vue.extend({
141141
data() {
142142
return {
143143
title: title,
144-
value: 'test'
144+
value: ''
145145
};
146146
},
147147

0 commit comments

Comments
 (0)