Maybe that part could find a way to the docu for the config?
// `/site/config/config.php`
return [
'panel' => [
'vue' => [
'compiler' => false
]
]
];
Or maye on that page โ Secure your project | Kirby CMS
I just found the code on the github releases page.