eyalb
eyalb
Vue 2.0
Any plans to update this plugin to Vue 2?
Hi, thx for your work, the dashboard looks great and I'm very eager to try it :) upon trying to install I'm getting errors.. here's the log from terminal: yarn...
Hey man thanks for all your great work. When building for production with meteor, none of my .vue files are outputing their css.. in dev mode everything works perfect, could...
After upgrading Meteor to 1.6, the vue-component package upgraded to 0.12.2.. not sure if it's a bug, or something wrong with my setup but this is what I get in...
Hi, thanks for your work! I was trying to implement your gallery using vimeo videos and was getting **slide-error**. I think the problem is, you're not importing **'blueimp-gallery/js/blueimp-gallery-vimeo.js'** inside of...
Hi, I'm trying to use vue-supply with vue-meteor-tracker. My issue is, I need to pass a router param to the subscribe function, but I found no way of accessing it...
Hi. Thanks for a great package. I'm trying to use it with GridFS to save images to mongodb, It seems everything is working fine, no errors, but using your example...
Hi, thanks for this great plugin.. for anyone interested using a Stylus mixin, here's what I came up with: style.styl ``` .selector +query(500) background red ``` mixin.styl ``` query($bp) &[{'min-width~="%d%s%s"'...
toSlack
Is there a way with this plugin to parse the other way also? from HTML to Slack markdown? thx for your work!
Hey guys, thx for a great extension! I've recently switched to using Vue 3. DeepCode is throwing warnings that were relevant for Vue2 but not anymore for 3. For example,...