Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
build v1.2.1 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
fukuiretu authored Apr 18, 2019
1 parent c220ee4 commit 238e65e
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 70 deletions.
4 changes: 3 additions & 1 deletion lib/module.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export {};
import { ModuleContext } from "./types";
export default function nuxtUserAgent(this: ModuleContext): void;
export declare const meta: any;
13 changes: 5 additions & 8 deletions lib/module.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/module.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

106 changes: 51 additions & 55 deletions lib/plugin.template.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/plugin.template.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion lib/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import Vue from "vue";
import { Store } from "vuex";
import { Route } from "vue-router";
import { RequestOptions, ServerResponse } from "http";
import { UA } from "./plugin.template";
declare type StoreState = any;
export interface NuxtContext {
app: Vue;
Expand Down Expand Up @@ -32,4 +33,4 @@ export interface ModuleContext {
fileName: string;
}) => void;
}
export {};
export { UA };
4 changes: 2 additions & 2 deletions lib/types.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/types.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 238e65e

Please sign in to comment.