or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Element-UI Checkbox 踩的坑
主題目錄
什麼是 Element-UI ?
處理需求遇到技術問題
Element-UI Checkbox 有哪些坑?
處理方法
結論
Element-UI 是一套基於 Vue 框架的 UI 套件
官方網站
處理需求遇到技術問題
Element-UI Checkbox 踩到的坑
1. el-Checkbox 陣列裡的若為物件則不會響應式更新
失敗經驗
el-Checkbox陣列使用物件:
解決方法
el-Checkbox 綁定的值為label 而不是 value
失敗經驗
解決方法
動態渲染三層 Checkbox 處理方法
Demo
結語
Q & A