.env.production file eliminated ! (-> .env)
.env.production worked in local added myconfig messagepopup working (but not ready yet) added Graphql (only module)
This commit is contained in:
8
src/typings/libs/axios.d.ts
vendored
Normal file
8
src/typings/libs/axios.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { axios } from 'axios'
|
||||
|
||||
declare module 'vue/types/vue' {
|
||||
interface Vue {
|
||||
$axios: axios
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user