Quizziz Vue.js

Quizziz Vue.js

University

18 Qs

quiz-placeholder

Similar activities

Session 02

Session 02

University

15 Qs

Quiz về Kiểu Dữ Liệu List và Set (1)

Quiz về Kiểu Dữ Liệu List và Set (1)

7th Grade - University

15 Qs

Tools and Shortcut Quiz - BSIS II A

Tools and Shortcut Quiz - BSIS II A

University

20 Qs

Kiến thức về máy tính

Kiến thức về máy tính

University

20 Qs

Lei de Ohm e redes

Lei de Ohm e redes

University

20 Qs

01mcb

01mcb

12th Grade - University

15 Qs

Quiz-Virtualization

Quiz-Virtualization

University

14 Qs

Word Processing

Word Processing

9th Grade - University

15 Qs

Quizziz Vue.js

Quizziz Vue.js

Assessment

Quiz

Information Technology (IT)

University

Practice Problem

Medium

Created by

Quý Ngọ

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cú pháp cài đặt dự án Vue.js là gì?

npm install vue@latest

npm i vue@latest

npm create vue@latest

npm create next@latest

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Chỉ thị nào sau đây được sử dụng để lắng nghe sự kiện trong Vue.js?

v-bind:Event_name

v-on:Event_nam

@Event_name

onEvent_name

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Chỉ thị nào sau đây được sử dụng để Binding property cho một phần tử trong Component của Vue.js?

v-on:Property

v-bind:Property

:Property

@Property

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Vue.js là gì?

Một thư viện CSS

Một framework back-end

Một framework front-end

Một ứng dụng quản lý dữ liệu

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cách nào đúng để binding một thuộc tính title vào một thẻ h1 trong Vue?

  • <h1 :title="message"></h1>

  • <h1 v-bind="message"></h1>

<h1 v-title="message"></h1>

<h1 bind="message"></h1>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cách sử dụng sự kiện keyup với phím Enter?

@keyup="onEnter"

@keyup.enter="onEnter"

@enter="onEnter"

  • D. v-on:enter="onEnter"

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cách nào để truyền tham số vào một hàm trong sự kiện click?

@click="method($event)"

@click="method()"

  • @click="method(param)"

@click="method"

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?