-
- Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
The following code will cause incorrect style highlight
<template> <i class="el-icon-arrow-down el-icon--right" /> </template> <script lang="ts" src="./Test.ts"></script> <style lang="scss" scoped> p { color: red; } </style> If the code is changed with </i>, the style highlight is ok
<template> <i class="el-icon-arrow-down el-icon--right" /> </template> <script lang="ts" src="./Test.ts"></script> <style lang="scss" scoped> p { color: red; } </style> ryleyb
Metadata
Metadata
Assignees
Labels
No labels

