vue-parser icon indicating copy to clipboard operation
vue-parser copied to clipboard

How to remove slash of content

Open joshuaton opened this issue 2 years ago • 0 comments

let content = vueParser.parse(fileContent, 'template'); the content has many slash, like this:

////////// <ScrollView style="height: 100%" @scrolltolower="indexScroll"> </ScrollView>

How to remove slash?

joshuaton avatar Aug 11 '22 13:08 joshuaton