mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-20 20:01:22 +00:00
Use more verbose naming
- Co-authored-by: Alina Beck <alina.beck@mail.com>
This commit is contained in:
parent
27a2ccd9ae
commit
bcf602fe77
@ -281,9 +281,9 @@ export default {
|
||||
ctx.loaders.vue.compilerOptions = {
|
||||
modules: [
|
||||
{
|
||||
preTransformNode(astEl) {
|
||||
preTransformNode(abstractSyntaxTreeElement) {
|
||||
if (!ctx.isDev) {
|
||||
const { attrsMap, attrsList } = astEl
|
||||
const { attrsMap, attrsList } = abstractSyntaxTreeElement
|
||||
tagAttributesForTesting.forEach(attribute => {
|
||||
if (attrsMap[attribute]) {
|
||||
delete attrsMap[attribute]
|
||||
@ -292,7 +292,7 @@ export default {
|
||||
}
|
||||
})
|
||||
}
|
||||
return astEl
|
||||
return abstractSyntaxTreeElement
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user