chore: add some comment

This commit is contained in:
07akioni 2019-08-28 22:37:43 +08:00
parent d460922841
commit 9c2562b6dc
2 changed files with 9 additions and 0 deletions

View File

@ -1,4 +1,9 @@
/**
* For Select Component to use
* Todo: Refactor to avoid link list, since it will make component intrinsic
* logic more complex
*/
import cloneDeep from 'lodash/cloneDeep'
export default function linkedOptions (options) {

View File

@ -1,3 +1,7 @@
/**
* For Cascader Component to use
*/
import cloneDeep from 'lodash/cloneDeep'
function isLeaf (option) {