oak-frontend-base/lib/miniprogram_npm/lin-ui/behaviors/hover.js

10 lines
162 B
JavaScript

// eslint-disable-next-line no-undef
export default Behavior({
behaviors: [],
properties: {
isHover:{
type: Boolean,
value: true
}
}
});