Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit 46797aa

Browse files
committed
chore: build dist
1 parent 748fe26 commit 46797aa

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

dist/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import Component from 'vue-class-component';
1+
import Component, { mixins } from 'vue-class-component';
22
import { State, Getter, Action, Mutation, namespace } from 'vuex-class';
3-
export { Component as default, State, Getter, Action, Mutation, namespace };
3+
export { Component as default, mixins, State, Getter, Action, Mutation, namespace };

dist/index.js

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)