@fangzhongya/vue-archive 0.0.89 → 0.0.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});;/* empty css */const n=require("./router/index.cjs"),t=require("./config.cjs");function u(e){return t.userConfig(e)}const o={install:function(e,i){n.init(i),e.use(i)}};exports.default=o;exports.defineConfig=u;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});;/* empty css */const n=require("./router/index.cjs"),t=require("./config.cjs");function u(e){return t.userConfig(e)}const o={install:function(e,i){n.init(i),e.use(i)}};exports.init=n.init;exports.default=o;exports.defineConfig=u;
@@ -1,7 +1,9 @@
1
+ import { init } from './router/index';
1
2
  import { Config } from './config';
2
3
  import { App } from '../vue/dist/vue.esm-bundler.js';
3
4
  import { Router } from 'vue-router';
4
5
  export declare function defineConfig(config: Config): Config;
6
+ export { init };
5
7
  declare const _default: {
6
8
  install: (app: App, router: Router) => void;
7
9
  };
@@ -11,5 +11,6 @@ const s = {
11
11
  };
12
12
  export {
13
13
  s as default,
14
- m as defineConfig
14
+ m as defineConfig,
15
+ o as init
15
16
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fangzhongya/vue-archive",
3
3
  "private": false,
4
- "version": "0.0.89",
4
+ "version": "0.0.91",
5
5
  "type": "module",
6
6
  "description ": "vue 组件注释生成文档",
7
7
  "author": "fangzhongya ",