Kaydet (Commit) 3edfecf6 authored tarafından Eda Altuntaş's avatar Eda Altuntaş

Axios ayarları yapıldı

üst f20a8660
import Vue from "vue";
import App from "./App.vue";
import router from "./router";
import axios from "axios";
import style from "./assets/scss/main.module.scss";
import i18n from "./i18n";
Vue.prototype.$style = style;
Vue.prototype.$http = axios;
Vue.prototype.$http.defaults.baseURL = "http://localhost:3000";
Vue.config.productionTip = false;
new Vue({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment