chore: add no-debugger eslint rule (#5906)
This commit is contained in:
@@ -12,7 +12,9 @@ import {
|
||||
} from '@vue/shared'
|
||||
|
||||
// leading comma for empty string ""
|
||||
const shouldIgnoreProp = makeMap(`,key,ref,innerHTML,textContent,ref_key,ref_for`)
|
||||
const shouldIgnoreProp = makeMap(
|
||||
`,key,ref,innerHTML,textContent,ref_key,ref_for`
|
||||
)
|
||||
|
||||
export function ssrRenderAttrs(
|
||||
props: Record<string, unknown>,
|
||||
|
||||
Reference in New Issue
Block a user