Search Header Logo

Quizziz Vue.js

Authored by Quý Ngọ

Information Technology (IT)

University

Used 2+ times

Quizziz Vue.js
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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"

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?