Current Directory: /home/astoriaah/www/templates/yootheme/vendor/assets/uikit/src/js/mixin
Viewing File: /home/astoriaah/www/templates/yootheme/vendor/assets/uikit/src/js/mixin/class.js
import {addClass} from 'uikit-util';
export default {
connected() {
addClass(this.$el, this.$name);
}
};