From e0f05f922781301da291a056ab6b6126180e9c4a Mon Sep 17 00:00:00 2001 From: OkadaGenya Date: Tue, 10 Dec 2019 10:31:29 +0900 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A4=8E=E3=81=AE=E3=82=BF=E3=82=A4?= =?UTF-8?q?=E3=83=9F=E3=83=B3=E3=82=B0=E3=81=A7=E3=81=AF=E4=B8=80=E6=97=A6?= =?UTF-8?q?=E8=A6=9A=E3=81=88=E3=81=AA=E3=81=8F=E3=81=A6=E8=89=AF=E3=81=95?= =?UTF-8?q?=E3=81=9D=E3=81=86=E3=81=AA=E3=82=82=E3=81=AE=E3=82=92=20WANT?= =?UTF-8?q?=E3=81=B8=E7=A7=BB=E5=8B=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 61 ++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 38 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 19c8366..3cd88b9 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,16 @@ * ◯ : 使用したことがある * ◎ : 機能を十分理解しており説明できる 使用の可否を判断できる +## 目次 +* MUST +* WANT + ## MUST ### オプション / データ - data - props -- propsData - computed - methods - watch @@ -20,8 +23,6 @@ ### オプション / DOM - el - template -- render -- renderError ### ディレクティブ - v-text @@ -34,31 +35,11 @@ - v-on - v-bind - v-model -- v-slot -- v-pre -- v-cloak -- v-once - -### 特別な属性 -- key -- ref -- is -- slot -- slot-scope -- scope ### オプション / ライフサイクルフック -- beforeCreate -- created -- beforeMount - mounted -- beforeUpdate - updated -- activated -- deactivated - beforeDestroy -- destroyed -- errorCaptured ### 組み込みコンポーネント - component @@ -88,6 +69,40 @@ ## WANT +### オプション / データ +- propsData + + +### オプション / DOM +- el +- template + +### ディレクティブ + +- v-slot +- v-pre +- v-cloak +- v-once + +### 特別な属性 +- key +- ref +- is +- slot +- slot-scope +- scope + + +### オプション / ライフサイクルフック +- beforeCreate +- created +- beforeMount +- beforeUpdate +- destroyed +- activated +- deactivated +- errorCaptured + ### グローバル設定 - silent - optionMergeStrategies