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
|
@@ -140,7 +140,7 @@ export default {
|
|
|
140
140
|
return urlName;
|
|
141
141
|
},
|
|
142
142
|
removeUrlStickerByString(url){
|
|
143
|
-
let msg = this.message.replace(`
|
|
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("
|
|
152
|
+
if(this.message && this.message.indexOf("KSTICKERK https://smarters") === 0){
|
|
153
153
|
return true;
|
|
154
154
|
}
|
|
155
155
|
return false;
|