Sobes.tech
Middle

Vue 2 foydalanuvchisiga rol tayinlashni ko'rib chiqish ```javascript export default { data() { return { user: { name: 'Ivan' } }; }, methods: { setRole(role) { this.user.role = role; } } } ```