inl-ui 0.1.101 → 0.1.102

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.
@@ -8776,6 +8776,7 @@ const getDetailContainer = () => vue.defineComponent({
8776
8776
  trailing: false
8777
8777
  });
8778
8778
  vue.watch(() => route, async val => {
8779
+ debugger;
8779
8780
  if (!val || route.name !== props.name) return;
8780
8781
  addTab(val);
8781
8782
  }, {
@@ -8748,6 +8748,7 @@ const getDetailContainer = () => defineComponent({
8748
8748
  trailing: false
8749
8749
  });
8750
8750
  watch(() => route, async val => {
8751
+ debugger;
8751
8752
  if (!val || route.name !== props.name) return;
8752
8753
  addTab(val);
8753
8754
  }, {
package/dist/index.cjs CHANGED
@@ -43,7 +43,7 @@ var axios__default = /*#__PURE__*/_interopDefaultLegacy(axios$2);
43
43
  var ___default = /*#__PURE__*/_interopDefaultLegacy(_);
44
44
  var dayjs__default = /*#__PURE__*/_interopDefaultLegacy(dayjs);
45
45
 
46
- var version = "0.1.100";
46
+ var version = "0.1.101";
47
47
 
48
48
  const setTheme = theme => {
49
49
  if (theme === "dark") {
@@ -9762,6 +9762,7 @@ const getDetailContainer = () => vue.defineComponent({
9762
9762
  trailing: false
9763
9763
  });
9764
9764
  vue.watch(() => route, async val => {
9765
+ debugger;
9765
9766
  if (!val || route.name !== props.name) return;
9766
9767
  addTab(val);
9767
9768
  }, {
package/dist/index.d.ts CHANGED
@@ -11,7 +11,7 @@ import { Key } from 'ant-design-vue/lib/table/interface';
11
11
  import * as vue_jsx_runtime from 'vue/jsx-runtime';
12
12
  import * as _ant_design_icons_vue_lib_components_IconFont from '@ant-design/icons-vue/lib/components/IconFont';
13
13
 
14
- var version = "0.1.100";
14
+ var version = "0.1.101";
15
15
 
16
16
  declare const _default$p: {
17
17
  set(theme: string): void;
package/dist/index.js CHANGED
@@ -13,7 +13,7 @@ import { XPopup, CommentBlock, setAxiosOption } from '@sszj-temp/mobile';
13
13
  import { marked } from 'marked';
14
14
  import '@sszj-temp/mobile/style.css';
15
15
 
16
- var version = "0.1.100";
16
+ var version = "0.1.101";
17
17
 
18
18
  const setTheme = theme => {
19
19
  if (theme === "dark") {
@@ -9732,6 +9732,7 @@ const getDetailContainer = () => defineComponent({
9732
9732
  trailing: false
9733
9733
  });
9734
9734
  watch(() => route, async val => {
9735
+ debugger;
9735
9736
  if (!val || route.name !== props.name) return;
9736
9737
  addTab(val);
9737
9738
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inl-ui",
3
- "version": "0.1.101",
3
+ "version": "0.1.102",
4
4
  "description": "工业 pc ui库",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",