优化markd组件
parent
e20db59dcc
commit
9eb7338dff
|
@ -209,6 +209,7 @@ export default class Markd {
|
||||||
} else {
|
} else {
|
||||||
this.__BOX__.innerHTML = ''
|
this.__BOX__.innerHTML = ''
|
||||||
}
|
}
|
||||||
|
this.removeAttribute('md')
|
||||||
}
|
}
|
||||||
|
|
||||||
clear() {
|
clear() {
|
||||||
|
@ -241,5 +242,15 @@ export default class Markd {
|
||||||
this.__observer.disconnect()
|
this.__observer.disconnect()
|
||||||
this.clear()
|
this.clear()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
watch() {
|
||||||
|
switch (name) {
|
||||||
|
case 'md':
|
||||||
|
if (val !== null) {
|
||||||
|
this.md = val
|
||||||
|
}
|
||||||
|
break
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Reference in New Issue