UNPKG

uikit

Version:

UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.

8 lines (6 loc) 170 B
import { addClass, hasClass } from 'uikit-util'; export default { connected() { !hasClass(this.$el, this.$name) && addClass(this.$el, this.$name); }, };