@@ -19,7 +19,6 @@ const html = shallowRef()
const config: AxiosRequestConfig = {
url: props.url,
method: 'get',
- responseType: 'document',
responseEncoding: 'utf-8'
}