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

vue-format removes the i18n tag (vue-i18n)

Open acrolink opened this issue 6 years ago • 0 comments

vue-i18n is popular library used to provide translations for VueJS based applications. This module defines a <i18n> like this:

<i18n src='../i18n/books.json'></i18n>

vue-format removes this tag completely when it performs formatting.

acrolink avatar Jun 04 '18 16:06 acrolink