From 09c7b5291f00aae71c31bee57d7f7f8d785a1785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Mon, 7 Dec 2020 10:10:53 +0100 Subject: [PATCH] simplify paths --- docs/package.json | 1 + docs/src/demos/Examples/Drawing/Component.vue | 39 ++++++++++++------- yarn.lock | 5 +++ 3 files changed, 30 insertions(+), 15 deletions(-) diff --git a/docs/package.json b/docs/package.json index e4670ed6..7cb48af6 100644 --- a/docs/package.json +++ b/docs/package.json @@ -24,6 +24,7 @@ "remark-container": "^0.1.2", "remark-toc": "^7.0.0", "remixicon": "^2.5.0", + "simplify-js": "^1.2.4", "vue-github-button": "^1.1.2", "vue-live": "^1.16.0", "y-indexeddb": "^9.0.5", diff --git a/docs/src/demos/Examples/Drawing/Component.vue b/docs/src/demos/Examples/Drawing/Component.vue index f372ee15..9bdfa050 100644 --- a/docs/src/demos/Examples/Drawing/Component.vue +++ b/docs/src/demos/Examples/Drawing/Component.vue @@ -28,6 +28,7 @@