R
Заблокировала Candice Leroux.
Причина:
Автоматическая фильтрация по совпадению с: t.me/joinchat/*
Size: a a a
R
VR
M
VR
M
M
M
VR
VR
B
VR
B
B
R
A
app.component('button-counter', {
data() {
return {
count: 0
}
},
template: `
<button @click="count++">
Счётчик кликов — {{ count }}
</button>`
})<button-counter />
import ButtonCounter.vue from ‘@/components/ButtonCounter.vue’
app.component(‘button-counter’, ButtonCounter);
АР
ВИ
ВИ
C
👤U