revert textfield

This commit is contained in:
gerard 2018-06-21 09:38:12 +02:00
parent dafd0a2f1a
commit 84e84d6acc
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
// delete me, this comment is to add a commit
export default {
vnTextfield: 'vn-textfield > div > div > div > input',
vnTextfield: 'vn-textfield > div > input',
vnSubmit: 'vn-submit > input',
vnFloatButton: 'vn-float-button > button'
};