From 5d36d9399d6b8008254ad39a1b49451ff085e3f3 Mon Sep 17 00:00:00 2001 From: Sytone Date: Wed, 2 Jun 2021 11:35:59 -0700 Subject: [PATCH] Update to use single quotes uniformaly --- src/components/input/editor.vue | 2 +- src/components/sharing/userTeam.vue | 8 +++--- src/components/tasks/add-task.vue | 36 ++++++++++++------------ src/helpers/time/createDateFromString.js | 2 +- src/views/Home.vue | 20 ++++++------- src/views/list/views/List.vue | 34 +++++++++++----------- src/views/user/Login.vue | 2 +- vue.config.js | 22 +++++++-------- 8 files changed, 63 insertions(+), 63 deletions(-) diff --git a/src/components/input/editor.vue b/src/components/input/editor.vue index d016466d3..9c40a77ff 100644 --- a/src/components/input/editor.vue +++ b/src/components/input/editor.vue @@ -363,7 +363,7 @@ export default { link: (href, title, text) => { const isLocal = href.startsWith(`${location.protocol}//${location.hostname}`) const html = linkRenderer.call(renderer, href, title, text) - return isLocal ? html : html.replace(/^