We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04964c commit 8e732bbCopy full SHA for 8e732bb
test/index.test.js
@@ -21,6 +21,7 @@ function assert (t, content) {
21
loader._callback.content, `module.exports = function (Component) {
22
Component.options.__i18n = Component.options.__i18n || []
23
Component.options.__i18n.push('{\"en\":{\"hello\":\"hello world!\"}}')
24
+ delete Component.options._Ctor
25
}\n`
26
)
27
}
@@ -31,6 +32,7 @@ function assertSpecial (t, content) {
31
32
33
34
Component.options.__i18n.push('{\"en\":{\"hello\":\"hello\\\\ngreat\\\\t\\\\\"world\\\\\"\"}}')
35
36
37
38
0 commit comments