Search Header Logo

Clase 11 - Introducción a Vue - Parte 3(componentes, form, emit)

Authored by Agustín Ruatta

Computers

University

Used 2+ times

Clase 11 - Introducción a Vue - Parte 3(componentes, form, emit)
AI

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?