You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eval should absolutely NEVER be used when not absolutely needed. There is no need to parse attributes using eval here, as objects can be passed in vue!
eval
should absolutely NEVER be used when not absolutely needed. There is no need to parse attributes usingeval
here, as objects can be passed in vue!https://github.com/mehwww/vue-sticky-directive/blob/master/src/sticky.js#L263
The text was updated successfully, but these errors were encountered: