@@ -698,6 +698,7 @@ export default {
});
return;
}
+ this.innerText = this.innerText.replace(/(^\s*)|(\s*$)/g, "");
const loading = this.$loading({
lock: true,
text: 'Loading',