ninemoon-ui 0.1.14 → 0.1.20

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.
@@ -115,6 +115,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
115
115
  msg.content = options.content ?? msg.content;
116
116
  msg.duration = options.duration ?? msg.duration;
117
117
  msg.showClose = options.showClose ?? msg.showClose;
118
+ msg.type = options.type ?? msg.type;
118
119
  resetTimer(msg);
119
120
  return;
120
121
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninemoon-ui",
3
3
  "private": false,
4
- "version": "0.1.14",
4
+ "version": "0.1.20",
5
5
  "author": "zhuboy",
6
6
  "keywords": [
7
7
  "vue3",