iv-npm 1.0.11 → 1.0.13

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iv-npm",
3
- "version": "1.0.11",
3
+ "version": "1.0.13",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -4,6 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var vue = require('vue');
6
6
 
7
+ var _hoisted_1 = /*#__PURE__*/vue.createTextVNode("npm包");
7
8
  /**
8
9
  * show:Boolean 是否显示弹窗 v-model:show="Visible"
9
10
  *
@@ -57,7 +58,9 @@ var script = /*#__PURE__*/vue.defineComponent({
57
58
  footer: null
58
59
  }, {
59
60
  title: vue.withCtx(function () {
60
- return [vue.renderSlot(_ctx.$slots, "title")];
61
+ return [vue.renderSlot(_ctx.$slots, "title", {}, function () {
62
+ return [_hoisted_1];
63
+ })];
61
64
  }),
62
65
  closeIcon: vue.withCtx(function () {
63
66
  return [vue.createVNode(_component_close_circle_outlined, {
@@ -1,5 +1,6 @@
1
- import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, renderSlot, createVNode } from 'vue';
1
+ import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, renderSlot, createVNode, createTextVNode } from 'vue';
2
2
 
3
+ var _hoisted_1 = /*#__PURE__*/createTextVNode("npm包");
3
4
  /**
4
5
  * show:Boolean 是否显示弹窗 v-model:show="Visible"
5
6
  *
@@ -53,7 +54,9 @@ var script = /*#__PURE__*/defineComponent({
53
54
  footer: null
54
55
  }, {
55
56
  title: withCtx(function () {
56
- return [renderSlot(_ctx.$slots, "title")];
57
+ return [renderSlot(_ctx.$slots, "title", {}, function () {
58
+ return [_hoisted_1];
59
+ })];
57
60
  }),
58
61
  closeIcon: withCtx(function () {
59
62
  return [createVNode(_component_close_circle_outlined, {