armin nekooee
armin nekooee
I try to set cacheOptions="false" but it not work, and when I search keyword again, it doesn't be send any request and show loading... forever. please help me
Hi, You used the Vue to display the threads and replies. This means that none of the replies will be indexed in Google. It is true?
Hi, I used the LazyHydrate as follows but But in all cases, even "never" immediately runs the slideshow and the photos are displayed. What is the reason? ```javascript import LazyHydrate...
Hi, I used the latest version (2.3.2) of vue-country-flag, unfortunately, does not display any flags in the android browser but no problem on the desktop. you can see the problem...
hi I use $val, ObjectDataRow $row for get row id and delete or edit row. but get this error: (1/1) ErrorException Argument 2 passed to App\Http\Controllers\Front\IndexController::App\Http\Controllers\Front\{closure}() must be an instance...
Hi I install and use JSMtproxy, Unfortunately, this proxy crashes after one or two days and not work through, I reboot by stop and start pm2... please help me
Hi, Google says "Does not use passive listeners to improve scrolling performance". I need to add {passive: true} to "touchstart" and "touchmove" event. this code : ```javascript if ('ontouchstart' in...
I used `````` in parent layout. how to pass $confirm with vuex in Childs?
hi gap doesn't work with the breakpoint. why? ```javascript data: () => ({ breakpoints: { 1280: { visibleSlides: 3, gap:4 }, 1024: { visibleSlides: 2, arrows: false, gap:20 }, },...
I used a video player like the below code: ```javascript import VueCoreVideoPlayer from 'vue-core-video-player' Vue.use(VueCoreVideoPlayer) ``` how can reduce unused JavaScript and defer loading?