Commit c69e30e8 authored by baiyaaaaa's avatar baiyaaaaa Committed by cinwell.li

fix popover test

parent d2f852a3
import { createVue, triggerEvent, createTest, destroyVM } from '../util';
import Popover, { directive } from 'packages/popover';
import Popover from 'packages/popover';
describe('Popover', () => {
let vm;
......@@ -149,7 +149,7 @@ describe('Popover', () => {
`,
directives: {
Popover: directive
Popover: Popover.directive
}
}, true);
const compo = vm.$refs.popover1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment