Code Inspection: Duplicate template/script tag
Configure inspections: Settings | Editor | Inspections
Show intention actions: AltEnter
Reports multiple usages of the template
or script
tag in a Vue file.
Vue Component specification indicates that each *.vue
file can contain at most one template
or script
block at a time.
Place the caret at the highlighted line and press AltEnter or click
.
Click the arrow next to the inspection you want to suppress and select the necessary suppress action.