Skip to content

Commit

Permalink
test: fix vue import path
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Nov 8, 2020
1 parent a7df6cf commit 18050f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/demo.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { h } from 'Vue';
import { h } from 'vue';
import Locale from '../src/locale';
import { mount, later } from '.';
import { DemoLocaleMixin } from '../docs/site/demo-locale';
Expand Down

0 comments on commit 18050f9

Please sign in to comment.