Skip to content
View azoom-t-d-tuan's full-sized avatar
:octocat:
:octocat:
  • AZoom Viet Nam INC.
  • Ha Noi, Viet Nam

Block or report azoom-t-d-tuan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Cloud Build and Cloud Run.md Cloud Build and Cloud Run.md
    1
    # Overview
    2
    ### Cloud Build
    3
    Cloud Build is a product of GCP (Google Cloud Platform) used to build software quickly across all languages.
    4
    
                  
    5
    Function:
  2. firestore-emulator-docker firestore-emulator-docker Public

    JavaScript

  3. rrweb-vuejs-example rrweb-vuejs-example Public

    It's a project that integrates rrweb into vuejs

    Vue 1 1

  4. rrweb-summary.md rrweb-summary.md
    1
    *RRweb is an open source web session replay library, which provides easy-to-use APIs to record user's interactions and replay it remotely.*
    2
    ### Use Cases
    3
    - User analysis
    4
    - Reproduce bugs
    5
    - Demonstrate web
  5. key-vfor.md key-vfor.md
    1
    # Key cho v-for trong Vuejs
    2
    Chắc hẳn trong quá trình làm việc với Vuejs, mọi người không ít lần sử dụng v-for để xử lý các vòng lặp. Và có hai vấn đề mà khá nhiều người đang gặp phải khi set giá trị cho key trong v-for.
    3
    ## 1. Hiểu sai về tính unique của key
    4
    Trong docs của Vue có đề cập: `Children of the same common parent must have unique keys`. 
    5