Loïc

Results 2 issues of Loïc

I installed with `npm i --save vue-markdown` In my code Vue Typescript I have: ``` i am a ~~tast~~ **test**. import {VueMarkdown} from 'vue-markdown'; @Component({ components: {VueMarkdown} }) export default...

I create a command that use question helper. It work fine with app/console command line but it does not work with console bundle. Is there a way to workaround this...