Appears Property or method “update” is not defined on the instance but referenced during render. Reason for error

Note a recurring error

There are two reasons why the error occurs:

1. The location of the function is written wrong, fullName3 should be written inside computed, and an error will be reported when written outside

2. The function name is written wrong, and methods are written as method

Guess you like

Origin blog.csdn.net/weixin_45612718/article/details/124745925