Skip to content

Commit 830de80

Browse files
meteorlxyulivz
authored andcommitted
chore($core): fix typo in types defs (#1892)
1 parent c8cecd0 commit 830de80

File tree

1 file changed

+1
-1
lines changed
  • packages/@vuepress/core/lib/client/plugins

1 file changed

+1
-1
lines changed

Diff for: packages/@vuepress/core/lib/client/plugins/Store.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Vue from 'Vue'
1+
import Vue from 'vue'
22

33
export declare class Store {
44
store: Vue;

0 commit comments

Comments
 (0)