Travis Botello

Results 7 comments of Travis Botello

Still seeing the same issue with 3.8.5 ![Screenshot 2019-09-02 17 10 41](https://user-images.githubusercontent.com/1157380/64123463-bd8d5e80-cda4-11e9-8cae-adfdb89c0c53.png)

Thanks @emilv. However this didn't work on our server since we already have that implemented in our general server block. We just removed this block: ``` ## Deny all attempts...

@shijianzhong this is the fix: https://github.com/travisbotello/vuetify-material-dashboard/commit/6e8484bb6b2cdd7682e7da9da413ef254e266dcd

Just tested it again on my local machine. For me it is working. What is the output of `console.log` in line 49?

So inside `VueRouter {}` you see the correct parent/child structure? If this is true, then you might have to adjust your templates. Because you also need nested `` elements inside...

> Extend `NotificationChannels\Discord\DiscordChannel@send` and send in `$notification` into `routeNotificationFor` as a second parameter. this allows `routeNotificationForDiscord` to take in the `$notification` instance to compute your own business logic How can...