commit
This commit is contained in:
@@ -32,7 +32,6 @@ module.exports = {
|
||||
methods: {
|
||||
init() {
|
||||
try {
|
||||
debugger
|
||||
const parser = new DOMParser();
|
||||
const doc = parser.parseFromString(this.content, 'text/html');
|
||||
const link = doc.querySelector('a');
|
||||
|
||||
Reference in New Issue
Block a user