UNPKG

vue-dock

Version:

Easy to use dockable & resizable panels for Vue. Lightweight, zero dependencies, extensible.

8 lines (7 loc) 136 B
import Container from './Container.vue' import Panel from './Panel.vue' import './vue-dock.scss' export { Container, Panel }