gettext-extractor-vue
Advanced tools
Changelog
5.0.0 (2021-02-14)
decorateJSParserWithVueSupport
. So in order to migrate change:decorateJSParserWithVueSupport(jsParser)
to be:
decorateJSParserWithVueSupport(jsParser, { vue2TemplateCompiler: require('vue-template-compiler') })
Changelog
5.0.0 (2021-02-14)
decorateJSParserWithVueSupport
. So in order to migrate change:decorateJSParserWithVueSupport(jsParser)
to be:
decorateJSParserWithVueSupport(jsParser, { vue2TemplateCompiler: require('vue-template-compiler') })