From 75b34b23c53835684835456a42d98bd68a18c717 Mon Sep 17 00:00:00 2001 From: Kevin Levron Date: Fri, 2 Apr 2021 23:01:58 +0200 Subject: [PATCH] camera cs --- src/core/Camera.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Camera.js b/src/core/Camera.js index 659af02..7df3346 100644 --- a/src/core/Camera.js +++ b/src/core/Camera.js @@ -8,4 +8,4 @@ export default { render() { return this.$slots.default ? this.$slots.default() : []; }, -} \ No newline at end of file +};