fix: prevent HTML injections to code blocks (#1165)
This commit is contained in:
parent
1a4fd19720
commit
c15df78cbb
5 changed files with 88 additions and 25 deletions
|
@ -14,7 +14,9 @@ export default defineConfig({
|
|||
'process.client': 'true',
|
||||
},
|
||||
plugins: [
|
||||
Vue(),
|
||||
Vue({
|
||||
reactivityTransform: true,
|
||||
}),
|
||||
AutoImport({
|
||||
dts: false,
|
||||
imports: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue