yujie
Results
1
issues of
yujie
```javascript import { shallowMount, createLocalVue } from '@vue/test-utils'; import Vue from 'vue'; import { Button } from 'element-ui'; // 执行到这一行的时候出错 import Country from '@/components/a.vue'; const localVue = createLocalVue(); localVue.use(Button); Vue.prototype.$ELEMENT...