From 29b4467d78a9b43f79f80bf345c41997479c446e Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 16 Aug 2020 23:13:28 -0500 Subject: [PATCH] move scss into separate file, fix moment not in dependencies --- package.json | 1 + src/App.vue | 142 +-------------------------------------------- src/scss/main.scss | 138 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 140 insertions(+), 141 deletions(-) create mode 100644 src/scss/main.scss diff --git a/package.json b/package.json index d2be1cb..e162329 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "dependencies": { "bootstrap-vue": "^2.16.0", "core-js": "^3.6.5", + "moment": "^2.27.0", "vue": "^2.6.11", "vue-moment": "^4.1.0", "vue-router": "^3.4.3" diff --git a/src/App.vue b/src/App.vue index c0bc784..bddeaa0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -197,149 +197,9 @@ - -