@monoui/vuejs 1.1.51 → 1.1.52

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": "@monoui/vuejs",
3
- "version": "1.1.51",
3
+ "version": "1.1.52",
4
4
  "description": "This project will contain MonoFor UI Framework",
5
5
  "main": "./dist/main.js",
6
6
  "repository": "git@gitlab.com:monoui/vuejs.git",
@@ -102,7 +102,7 @@ export default {
102
102
  show() {
103
103
  this.$swal({
104
104
  title: this.title,
105
- type: this.type,
105
+ icon: this.type,
106
106
  // text: this.text,
107
107
  html: this.text,
108
108
  showCancelButton: true,