Skip to content

Commit a374852

Browse files
committed
rebuilt files
1 parent feeeef5 commit a374852

File tree

6 files changed

+10
-26
lines changed

6 files changed

+10
-26
lines changed

dist/interfaces.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Store } from "vuex";
22
export interface VuexModuleOptions {
3-
namespaced?: boolean | string;
3+
namespaced?: string;
44
target?: "nuxt";
55
enableLocalWatchers?: boolean | string;
66
strict?: boolean;

dist/module.js

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

dist/module.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.

js/interfaces.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Store } from "vuex";
22
export interface VuexModuleOptions {
3-
namespaced?: boolean | string;
3+
namespaced?: string;
44
target?: "nuxt";
55
enableLocalWatchers?: boolean | string;
66
strict?: boolean;

js/module.js

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

0 commit comments

Comments
 (0)