2017-11-07 08:09:59 +00:00
|
|
|
// eslint max-len: ["error", 500]
|
|
|
|
// eslint key-spacing: ["error", 500]
|
|
|
|
|
|
|
|
export default {
|
2018-06-28 13:58:04 +00:00
|
|
|
vnTextfield: 'vn-textfield > div > div > div > input',
|
2017-11-07 08:09:59 +00:00
|
|
|
vnSubmit: 'vn-submit > input',
|
2018-05-31 09:52:39 +00:00
|
|
|
vnFloatButton: 'vn-float-button > button'
|
2017-11-07 08:09:59 +00:00
|
|
|
};
|