refactor: 상대경로를 @ 시작 절대경로로

This commit is contained in:
2021-12-10 22:34:14 +09:00
parent bd42042a61
commit 975f77e907
68 changed files with 395 additions and 365 deletions
+11 -11
View File
@@ -203,13 +203,13 @@ import addMinutes from "date-fns/esm/addMinutes";
import { range } from "lodash";
import { stringifyUrl } from "query-string";
import { defineComponent } from "vue";
import { formatTime } from "./util/formatTime";
import { joinYearMonth } from "./util/joinYearMonth";
import { mb_strwidth } from "./util/mb_strwidth";
import { parseTime } from "./util/parseTime";
import { parseYearMonth } from "./util/parseYearMonth";
import { sammoAPI } from "./util/sammoAPI";
import { filter초성withAlphabet } from "./util/filter초성withAlphabet";
import { formatTime } from "@util/formatTime";
import { joinYearMonth } from "@util/joinYearMonth";
import { mb_strwidth } from "@util/mb_strwidth";
import { parseTime } from "@util/parseTime";
import { parseYearMonth } from "@util/parseYearMonth";
import { sammoAPI } from "@util/sammoAPI";
import { filter초성withAlphabet } from "@util/filter초성withAlphabet";
type commandItem = {
value: string;
@@ -544,10 +544,10 @@ export default defineComponent({
});
</script>
<style lang="scss">
@import "../scss/common/break_500px.scss";
@import "../scss/common/variables.scss";
@import "../scss/common/bootswatch_custom_variables.scss";
@import "../../node_modules/bootstrap/scss/bootstrap-utilities.scss";
@import "@scss/common/break_500px.scss";
@import "@scss/common/variables.scss";
@import "@scss/common/bootswatch_custom_variables.scss";
@import "bootstrap/scss/bootstrap-utilities.scss";
.commandPad {
background-color: $gray-900;