vue-intergrall-plugins 0.0.144 → 0.0.145

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": "vue-intergrall-plugins",
3
- "version": "0.0.144",
3
+ "version": "0.0.145",
4
4
  "description": "",
5
5
  "main": "dist/vue-intergrall-plugins.ssr.js",
6
6
  "browser": "dist/vue-intergrall-plugins.esm.js",
@@ -140,7 +140,7 @@ export default {
140
140
  return urlName;
141
141
  },
142
142
  removeUrlStickerByString(url){
143
- let msg = this.message.replace(`STICKER ${url}`, '')
143
+ let msg = this.message.replace(`KSTICKERK ${url}`, '')
144
144
  return msg;
145
145
  },
146
146
  getUrlSticker(){
@@ -149,7 +149,7 @@ export default {
149
149
  return url;
150
150
  },
151
151
  validadeIfExistsSticker(){
152
- if(this.message && this.message.indexOf("STICKER https://smarters") === 0){
152
+ if(this.message && this.message.indexOf("KSTICKERK https://smarters") === 0){
153
153
  return true;
154
154
  }
155
155
  return false;