Mathieu Stanowski
Mathieu Stanowski
Hello @mitar , Did anyone find a solution to minify css/scss from vue components ?? When you are not using the imports folder, all files are globally imported by Meteor....
Hello, Did anyone find a solution to minify css/scss from vue components ?? When you are not using the `imports` folder, all files are globally imported by Meteor. We prefer...
Same issue here. @ardatan Do you have any idea ? I'll maybe check locally to find
It should work with a computed. ``` export default { meteor: { $subscribe: { posts: [], }, }, computed: { isLoading() { return !this.$subReady.posts; }, }, }; ```
Hello @oliviernguyenquoc. I don’t have much time those days to work on it. I planned to do alot of improvements but I need more time. Did you try to install...
I really don't know. I have a lot of work these days. I'll let you know.
new release for vue3 : [release v1.0.0-alpha.0](https://github.com/mathieustan/vue-intercom/releases/tag/%40mathieustan%2Fvue-intercom%401.0.0-alpha.0)
Sure :) It's a good idea ^^
Hello @wasimgouri7, Hmm why do you need this. Is the range not sufficient? Explain to me your real need, and I'll try to make something =)
Hello @guillaumebriday. Currently, there is no time support. From my point of view, I do not find that there is a good way to display time's choice in a datepicker....