crazyDuck

Results 3 issues of crazyDuck

I get a problem when running "vite build". What is the meaning of: Property key of ObjectMethod expected node to be of a type ["Identifier","StringLiteral","NumericLiteral"] but instead got "MemberExpression" ?...

``` ``` 改成这样就不报错 ``` ``` 报错信息: [vite-plugin-vue2] /Users/admin/work/code/brick/esop2-support/VueTemplateBabelCompiler: Property key of ObjectMethod expected node to be of a type ["Identifier","StringLiteral","NumericLiteral"] but instead got "MemberExpression"

bug
contribution welcome

### Version 2.7.3 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/gracious-mclean-jgloqw?file=/src/App.vue) ### Steps to reproduce - Create a Vue 2.7 repo - Use variables that start with $ in setup(). for example, `$config` ###...