Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/js
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-07-10 13:16:22 +0300
committerdartcafe <github@dartcafe.de>2021-07-10 13:16:22 +0300
commit2bebc088d218ffe0cf6f199cc7338652c9403b19 (patch)
tree91fb60bf12bc93b7935f602719769d23ae8af82a /src/js
parentdccdad42e7d283baa146674b94ff927d49e35bbf (diff)
tidy
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js')
-rw-r--r--src/js/App.vue4
-rw-r--r--src/js/components/Comments/Comments.vue1
2 files changed, 1 insertions, 4 deletions
diff --git a/src/js/App.vue b/src/js/App.vue
index 39788d5c..c39e3a98 100644
--- a/src/js/App.vue
+++ b/src/js/App.vue
@@ -45,7 +45,7 @@ import './assets/scss/hacks.scss'
import './assets/scss/icons.scss'
import './assets/scss/print.scss'
-// TODO: remove comments, when @media:prefers-color-scheme is completely supported by core
+// TODO: remove, when @media:prefers-color-scheme is completely supported by core
import './assets/scss/transitions.scss'
import './assets/scss/experimental.scss'
import { watchPolls } from './mixins/watchPolls'
@@ -55,9 +55,7 @@ export default {
components: {
Content,
LoadingOverlay: () => import('./components/Base/LoadingOverlay'),
- // Navigation: () => import('./components/Navigation/Navigation'),
SettingsDlg,
- // SideBar: () => import('./components/SideBar/SideBar'),
},
mixins: [watchPolls],
diff --git a/src/js/components/Comments/Comments.vue b/src/js/components/Comments/Comments.vue
index 6a0278ed..797cfb17 100644
--- a/src/js/components/Comments/Comments.vue
+++ b/src/js/components/Comments/Comments.vue
@@ -60,6 +60,5 @@ export default {
},
},
-
}
</script>