Any Content-Security-Policy that block 'unsafe-eval' will prevent the component from working properly
as much as i could tell, this is due to the use of new Function
i found 2 use cases :
https://github.com/leezng/vue-json-pretty/blame/dev/src/components/Tree/index.tsx#L242
https://github.com/leezng/vue-json-pretty/blob/dev/src/components/TreeNode/index.tsx#L251
any way to implement these bits in a "safer" way ?
thanks