deps: update vooks to fix warning & seemly to fix import in space

This commit is contained in:
07akioni 2021-04-06 01:59:53 +08:00
parent 55982babf0
commit 1994a90a04
2 changed files with 3 additions and 4 deletions

View File

@ -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"

View File

@ -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'