ЕЕ
Size: a a a
ЕЕ
t
async function pushMicroservice() {
return await //action...
}
pushMicroservice.then(...)
t
async function pushMicroservice() {
return await //action...
}
pushMicroservice.then(...)
KV
V
ZS
ZS
DE
DE
DE
DE
DE
Vue.component('header-logo', {})
DE
import HeaderLogo from './HeaderLogo.vue'
{
name: 'Header',
components: { HeaderLogo },
}
AS
DE
AS
DE
DE