hover.js 162 B

12345678910
  1. // eslint-disable-next-line no-undef
  2. export default Behavior({
  3. behaviors: [],
  4. properties: {
  5. isHover:{
  6. type: Boolean,
  7. value: true
  8. }
  9. }
  10. });