Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

基礎のタイミングでは一旦覚えなくて良さそうなものを WANTへ移動 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 38 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,23 @@
* ◯ : 使用したことがある
* ◎ : 機能を十分理解しており説明できる 使用の可否を判断できる

## 目次
* <a href="#MUST">MUST</a>
* <a href="#WANT">WANT</a>


## MUST

### オプション / データ
- data
- props
- propsData
- computed
- methods
- watch

### オプション / DOM
- el
- template
- render
- renderError

### ディレクティブ
- v-text
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down