diff --git a/site/config/config.php b/site/config/config.php index f48be97..ab6e282 100644 --- a/site/config/config.php +++ b/site/config/config.php @@ -2,4 +2,9 @@ return [ 'debug' => true, + 'panel' => [ + 'vue' => [ + 'compiler' => false + ] + ], ];