|
// eslint max-len: ["error", 500]
|
|
// eslint key-spacing: ["error", 500]
|
|
|
|
// delete me, this comment is to add a commit
|
|
export default {
|
|
vnTextfield: 'vn-textfield > div > div > div > input',
|
|
vnSubmit: 'vn-submit > input',
|
|
vnFloatButton: 'vn-float-button > button'
|
|
};
|