Д
Size: a a a
Д
СР
N
T
E
T
PS
T
new Vue({
store, router, ...
mounted() {
this.$store.dispatch('some/action')
}
})
В
В
В
interface RuntimeConfig{
testString: string;
}
declare module 'vue/types/vue' {
interface NuxtRuntimeConfig extends RuntimeConfig{}
interface Vue {
$api: ApiService;
}
}
В
VI
E
VI
EV
E
Э
YV
E