mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix: use compiler object
This commit is contained in:
committed by
Nathan Walker
parent
d28afde904
commit
96799ac174
@@ -120,7 +120,12 @@ exports[`vue configuration for android 1`] = `
|
||||
{
|
||||
loader: 'vue-loader',
|
||||
options: {
|
||||
compiler: 'nativescript-vue-template-compiler'
|
||||
compiler: {
|
||||
compile: function () { /* omitted long function */ },
|
||||
compileToFunctions: function () { /* omitted long function */ },
|
||||
parseComponent: function () { /* omitted long function */ },
|
||||
registerElement: function () { /* omitted long function */ }
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -312,7 +317,12 @@ exports[`vue configuration for ios 1`] = `
|
||||
{
|
||||
loader: 'vue-loader',
|
||||
options: {
|
||||
compiler: 'nativescript-vue-template-compiler'
|
||||
compiler: {
|
||||
compile: function () { /* omitted long function */ },
|
||||
compileToFunctions: function () { /* omitted long function */ },
|
||||
parseComponent: function () { /* omitted long function */ },
|
||||
registerElement: function () { /* omitted long function */ }
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user