mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 08:00:34 +00:00
fix(create-vant-cli-app): incorrect compiler-sfc name
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vant/cli": "^3.0.0",
|
||||
"@vue/sfc-compiler": "^3.0.0",
|
||||
"@vue/compiler-sfc": "^3.0.0",
|
||||
"babel-plugin-import": "^1.13.0",
|
||||
"vue": "^3.0.0"
|
||||
},
|
@@ -1,5 +1,5 @@
|
||||
import { mount } from '@vue/test-utils';
|
||||
import DemoButton from '..';
|
||||
import DemoButton from '../../demo-button';
|
||||
|
||||
test('render demo button', () => {
|
||||
const wrapper = mount(DemoButton);
|
Reference in New Issue
Block a user