refactor: simplify resolveDyanmicComponent

This commit is contained in:
Evan You
2020-03-16 12:46:15 -04:00
parent 9ad65b1653
commit 19228a469a
3 changed files with 8 additions and 16 deletions

View File

@@ -814,8 +814,7 @@ describe('compiler: element transform', () => {
{
type: NodeTypes.SIMPLE_EXPRESSION,
content: 'foo'
},
'$'
}
]
}
})