UNPKG

uikit

Version:

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

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