jonathanleelx
jonathanleelx
Any update? I also meet this problem, I get a website source from my server, Nginx ignores my origin server response header `cache-control no-cache` , and adds `cache-control max-age=86400`. I...
> > (function(){ > > console.log(a); > > var a = 1; > > })() > > 这里应该是打印出undefined,不是1 `var a = 1`这行代码对应的AST ``` { "type": "VariableDeclaration", "start": 3, "end": 12,...
when i upgrade to vue2.7, some functions type do not work. eg Ref
I think it should be caused by this line of code https://github.com/vitejs/vite-plugin-vue2/blob/06ede94bcc1b639f01b0defb5cbfd287052cde83/src/template.ts#L117