onokumus / metismenu

A collapsible jQuery menu plugin

Home Page:https://onokumus.github.io/metismenu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error - TypeError: this is undefined 'r'

arjmandian opened this issue · comments

Dear,
I'm using nuxt.js and I got this error I think there is a conflict.

error:
TypeError: this is undefined
r metisMenu.min.js:8
code:
v = function () {
function r(e, n) {
this.element = e, this.config = a({}, f, {}, n), this.transitioning = null, this.init()
}

        var e = r.prototype;

Please, how can I solve this issue

Thank you