vue-parser
vue-parser copied to clipboard
How to remove slash of content
let content = vueParser.parse(fileContent, 'template');
the content has many slash, like this:
////////// <ScrollView style="height: 100%" @scrolltolower="indexScroll"> </ScrollView>
How to remove slash?