From 4c9a4abfc1ce009ce7c315dda37e5c8a8acc8e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Tue, 19 Oct 2021 10:04:20 +0300 Subject: [PATCH] refactor --- src/AppDocumentation.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/AppDocumentation.vue b/src/AppDocumentation.vue index 9fb9b2475..1f9c00f61 100644 --- a/src/AppDocumentation.vue +++ b/src/AppDocumentation.vue @@ -79,7 +79,8 @@ export default { renderContent(source) { if (source.tabName === 'Browser Source') { const _imports = source.imports ? source.imports.replaceAll('<\\/script>', '<\/script>') : ''; - return ` + return ` +