最近在改程序发现,<script></script>下的标签里的高亮不见,而且就一个文件是这样。
网上找了一下,都说是设置的问题,也有说主题bug导致。
改了一下代码,发现惊奇的又出现高亮了:
<template #description> <div> <div>{{ item.check_man }}</div> <div>{{ item.sub_title }}</div> </div> </template>
之前的代码:
<template #description> <p>{{ item.check_man }}</p> <p>{{ item.sub_title }}</p> </template>
标签:高亮,sub,title,标签,item,丢失,check From: https://www.cnblogs.com/jiduoduo/p/17851262.html