vite-plugin-vue2
vite-plugin-vue2 copied to clipboard
How to support non-null assertion operator in template?
Error message:
[plugin:vite:vue2] invalid expression: Unexpected token '!' in
numberRollRef!.roll
Raw expression: @click="numberRollRef!.roll"
I have the same problem
I have the same problem
我感觉没法实现,我当时没有找到可以处理的 options ,暂时先用可选 ?. 。