Guest User

Untitled

a guest
Nov 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. export default {
  2. stepNumber: {
  3. type: 'string',
  4. source: 'text',
  5. selector: '.step-number'
  6. },
  7. stepTitle: {
  8. type: 'string',
  9. source: 'text',
  10. selector: '.step-title'
  11. },
  12. };
Add Comment
Please, Sign In to add comment