vitejs / vite-plugin-vue2

Vite plugin for Vue 2.7
MIT License
549 stars 46 forks source link

How to support non-null assertion operator in template? #85

Open lvjiaxuan opened 1 year ago

lvjiaxuan commented 1 year ago

Error message:

[plugin:vite:vue2] invalid expression: Unexpected token '!' in

    numberRollRef!.roll

  Raw expression: @click="numberRollRef!.roll"
zWingz commented 1 year ago

I have the same problem

lvjiaxuan commented 1 year ago

I have the same problem

我感觉没法实现,我当时没有找到可以处理的 options ,暂时先用可选 ?.