
Clase 11 - Introducción a Vue - Parte 3(componentes, form, emit)
Authored by Agustín Ruatta
Computers
University
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • Ungraded
SIN PUNTAJE: ¿Has podido ver y entender todo el materia hasta ahora?
No vi todo el material y tengo muchas dudas.
Vi todo el material aunque todavía tengo muchas dudas
Vi todo el material, y me quedan muy pocas dudas
Vi el material, y cosas extras. Me siento muy confiado.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo se registra un componente?
No se pueden crear componentes
app.componente(‘nombre-componente’, {/* Acá van todas las opciones */)
Vue.component(‘nombre-componente’, {/* Acá van todas las opciones */)
app.component(‘nombre-componente’, {/* Acá van todas las opciones */)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Dentro de un componente, ¿en qué propiedad se declara el HTML?
html
template
code
Los componentes no tienen HTML
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Un atributo puede recibir varias opciones. ¿Cuál es el incorrecto?
static: false
type: Boolean
required: true
required: false
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo se emite un evento?
this.emit(‘nombre-evento’, payload)
this.emit(payload, ‘nombre-evento’)
this.$emit(‘nombre-evento’, payload)
this.$emit(payload, ‘nombre-evento’)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
En un componente, ¿cómo indico que llame a la funcion "aumentar" cuando ocurre el evento "clickBoton"?
@clickBoton=”aumentar()”
:clickBoton=”aumentar”
v-bind:clickBoton=”aumentar”
@clickBoton=”aumentar”
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
¿Cómo se relaciona bidireccionalmente a la propiedad "nombre" del modelo?
<input :model=”nombre”>
<input v-model=”nombre”>
<input v-bind:model=”nombre”>
No se puede relaciones bidireccionales
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?