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