mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-30 12:52:43 +08:00
chore: add some comment
This commit is contained in:
parent
d460922841
commit
9c2562b6dc
@ -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) {
|
||||
|
@ -1,3 +1,7 @@
|
||||
/**
|
||||
* For Cascader Component to use
|
||||
*/
|
||||
|
||||
import cloneDeep from 'lodash/cloneDeep'
|
||||
|
||||
function isLeaf (option) {
|
||||
|
Loading…
Reference in New Issue
Block a user