Skip to content

Commit d43d914

Browse files
First push after change username
1 parent 690be1c commit d43d914

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plugins/store/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@ let opt: StoreOptions<any> = {
2828
export interface State<T> {
2929
[key: string]: T;
3030
}
31-
3231
export { Action, ActionContext, MutationTree, Mutation, Getter } from 'vuex';
3332
export default new Vuex.Store(opt);

0 commit comments

Comments
 (0)