Isolate Netlify, Firebase and Helper functions + Import from absolute paths

This commit is contained in:
Liyas Thomas
2020-06-21 09:24:45 +05:30
parent 24315ab0e6
commit 5d94ac361e
56 changed files with 108 additions and 112 deletions

View File

@@ -114,8 +114,8 @@
</template>
<script>
import textareaAutoHeight from "../../directives/textareaAutoHeight"
import { fb } from "../../functions/fb"
import textareaAutoHeight from "~/directives/textareaAutoHeight"
import { fb } from "~/helpers/fb"
export default {
directives: {
@@ -127,7 +127,7 @@ export default {
editingEnvironmentIndex: Number,
},
components: {
modal: () => import("../../components/ui/modal"),
modal: () => import("~/components/ui/modal"),
},
data() {
return {