UIkit and NuxtJS offcanvas does not close after moving to the page
0
offcanvas does not close after moving to the page (mobile view ) here is the error https://gyazo.com/b40b6de844107aa2a74d9c81bf084428 I tried to correct the error with this manual, it did not help. https://github.com/uikit/uikit/issues/3706 component menu part of code <div id="offcanvas-flip" uk-offcanvas="flip: true; overlay: true"> <div class="uk-offcanvas-bar"> <button class="uk-offcanvas-close" type="button" uk-close></button> <h2>{{$t('global.offcanvas_title')}}</h2> <div class="mob-menu-block"> <div> <nuxt-link :to="getLocalizedRoute('...