AStaroverov / v-media-query

easy media query for vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maximum call stack size exceeded

Landon-CN opened this issue · comments

image

When you repeatedly create vue components and destroy them,repeat 100 times or more.you can get a error,like above image.

I think this error is due to the incorrect release of the object reference
https://github.com/AStaroverov/v-media-query/blob/master/src/index.js#L26
image

Excuse my poor English

I am also experiencing this issue in an SPA build. Any tips?