Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "src/utils/vue-utils"

Index

Functions

Functions

Const noopFn

  • noopFn(_: any): any

proxy

  • proxy(target: any, key: string, __namedParameters: { get: Function; set: Function }): void
  • vue 객체의 proxy를 생성

    Parameters

    • target: any

      대상

    • key: string

      키 값

    • __namedParameters: { get: Function; set: Function }
      • get: Function
      • set: Function

    Returns void