Loading src/components/Editor/Properties/PropertyTextLocation.vue +2 −6 Original line number Diff line number Diff line Loading @@ -121,17 +121,13 @@ export default { this.$emit('update:value', event.target.value) } }, goto(event) { goto() { const urlval = this.value window.open(urlval, '_blank').focus() }, }, mounted() { if (this.value === null) { this.visibleValue = false } else { this.visibleValue = isValidHttpUrl(this.value) } }, } </script> Loading
src/components/Editor/Properties/PropertyTextLocation.vue +2 −6 Original line number Diff line number Diff line Loading @@ -121,17 +121,13 @@ export default { this.$emit('update:value', event.target.value) } }, goto(event) { goto() { const urlval = this.value window.open(urlval, '_blank').focus() }, }, mounted() { if (this.value === null) { this.visibleValue = false } else { this.visibleValue = isValidHttpUrl(this.value) } }, } </script>