mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
deps: update vooks to fix warning & seemly to fix import in space
This commit is contained in:
parent
55982babf0
commit
1994a90a04
@ -114,11 +114,11 @@
|
||||
"evtd": "^0.2.0",
|
||||
"highlight.js": "^10.7.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
"seemly": "^0.1.20",
|
||||
"seemly": "^0.1.21",
|
||||
"treemate": "^0.2.4",
|
||||
"vdirs": "^0.1.2",
|
||||
"vfonts": "^0.1.0",
|
||||
"vooks": "^0.1.5",
|
||||
"vooks": "^0.2.0",
|
||||
"vue": "^3.0.10",
|
||||
"vue-router": "^4.0.5",
|
||||
"vueuc": "^0.3.0"
|
||||
|
@ -1,11 +1,10 @@
|
||||
import { h, defineComponent, computed, PropType, CSSProperties } from 'vue'
|
||||
import { depx } from 'seemly'
|
||||
import { depx, getGap } from 'seemly'
|
||||
import { createKey, flatten, getSlot } from '../../_utils'
|
||||
import { useTheme } from '../../_mixins'
|
||||
import type { ThemeProps } from '../../_mixins'
|
||||
import { spaceLight } from '../styles'
|
||||
import type { SpaceTheme } from '../styles'
|
||||
import { getGap } from 'seemly/lib/css'
|
||||
|
||||
type Align =
|
||||
| 'stretch'
|
||||
|
Loading…
Reference in New Issue
Block a user