@lemon30_npm/csit-vue3 0.0.18 → 0.0.19

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.
@@ -4,5 +4,6 @@ e.install = (i) => {
4
4
  i.component(e.name, e);
5
5
  };
6
6
  export {
7
+ e as CiBlueLineTitle,
7
8
  e as default
8
9
  };
@@ -1,4 +1,4 @@
1
- import m from "../ci-blue-line-title/index.js";
1
+ import { CiBlueLineTitle as m } from "../ci-blue-line-title/index.js";
2
2
  import "../ci-svg-icon/index.js";
3
3
  import "../ci-echarts/ci-echart-pie/index.js";
4
4
  import "../ci-echarts/ci-echart-bar/index.js";
@@ -3,5 +3,6 @@ import { default as _CiBlueLineTitle } from './index.vue';
3
3
  declare const CiBlueLineTitle: typeof _CiBlueLineTitle & {
4
4
  install: (app: App) => void;
5
5
  };
6
+ export { CiBlueLineTitle };
6
7
  export default CiBlueLineTitle;
7
8
  export * from './type';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon30_npm/csit-vue3",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "type": "module",
5
5
  "author": "cuiwq",
6
6
  "license": "MIT",