Closed
Description
Version
15.8.3
Reproduction link
Steps to reproduce
Use a v-if that uses optional chaining w/ @vue/cli version 4.2.0
:
v-if="test?.length > 0"
What is expected?
no error is thrown
What is actually happening?
following error is thrown:
Errors compiling template:
invalid expression: Unexpected token '.' in
test?.length > 0
Raw expression: v-if="test?.length > 0"