vue-syntax-highlight icon indicating copy to clipboard operation
vue-syntax-highlight copied to clipboard

Highlighting breaks when <script> goes before <template />

Open WenrenHe opened this issue 1 year ago • 0 comments
trafficstars

When code goes like this:

<script>
// do sth...
</script>
<template>
<!-- component template -->
</template>

then any code highlighting after broken.

WenrenHe avatar May 11 '24 01:05 WenrenHe