TitanFighter

Results 11 issues of TitanFighter

**Describe the bug** @after-change fires immediately after @before-change, even if :speed="3000" **Code** ``` ``` and ``` methods: { test (trueOrFalse) { console.log('trueOrFalse:', trueOrFalse) } } ``` **Expected behavior** As I...

bug

**Describe the bug** "speed" parameter does not work as part of ":options". **To Reproduce** Steps to reproduce the behavior: 1. Add `speed: 3000` inside `myOptions` - it would not work....

bug

### Is your feature request related to a problem? Please describe... 1. I need to use sidebars as an additional menu and as a search with different filters. When user...

Status: On Roadmap
Priority: Low
Type: Feature request

In this case: ``` ......

Easy replicable with the codesandbox demo - just add `sunday-start` and you will see that instead of Su + We calendar disables Mo and Th. ``` Disabled Day Names ......

Hi. As I understand, time picker should be auto-opened when the End date is selected, but it does not. ``` import { FunctionalCalendar } from 'vue-functional-calendar' export default { name:...

In addition to [this issue](https://github.com/Digital-Threads/vue-functional-calendar/issues/103) Start Date with Time + End Date with Time do not fit into layout. ![image](https://user-images.githubusercontent.com/12687911/89109051-70978980-d446-11ea-8937-8618fa75a41a.png)

Actually, based on the trace, [smooth-dnd](https://github.com/kutlugsahin/smooth-dnd) conflicts with [swiper](https://github.com/nolimits4web/swiper), but because I do not use `smooth-dnd` directly, I opened issue here. [Demo](https://codesandbox.io/s/2lw4p56wp) -> Just click a slide and you will...

With the next config: ``` ['@nuxtjs/gtm', { enabled: true, autoInit: false, pageTracking: false, respectDoNotTrack: false, debug: false }], ``` the module generates this script: ``` if(!window._gtm_init){window._gtm_init=1;(function (w,n,d,m,e,p){w[d]=(w[d]==1||n[d]=='yes'||n[d]==1||n[m]==1||(w[e]&&w[e][p]&&w[e][p]()))?1:0})(window,navigator,'doNotTrack','msDoNotTrack','external','msTrackingProtectionEnabled');(function(w,d,s,l,x,y){w[x]={};w._gtm_inject=function(i){w[x][i]=1;w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s);j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i;f.parentNode.insertBefore(j,f);}})(window,document,'script','dataLayer','_gtm_ids','_gtm_inject')} ```...