mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
[WIP] Card component (#115)
* Start on card component * Add stories for card * Add card actions component * Right align actions * Update storybook * Update readme, tweak dialog card spacing * Fix tests * Move type styles into mixins
This commit is contained in:
@@ -3,10 +3,12 @@ import VueCompositionAPI, { ref } from '@vue/composition-api';
|
||||
import DrawerDetail from './drawer-detail.vue';
|
||||
import * as GroupableComposition from '@/compositions/groupable/groupable';
|
||||
import VIcon from '@/components/v-icon';
|
||||
import TransitionExpand from '@/components/transition/expand';
|
||||
|
||||
const localVue = createLocalVue();
|
||||
localVue.use(VueCompositionAPI);
|
||||
localVue.component('v-icon', VIcon);
|
||||
localVue.component('transition-expand', TransitionExpand);
|
||||
|
||||
describe('Drawer Detail', () => {
|
||||
it('Uses the useGroupable composition', () => {
|
||||
|
||||
Reference in New Issue
Block a user