chore: better comment hovers preview [ci skip] (#1612)

This commit is contained in:
lawvs
2020-07-18 00:24:12 +09:00
committed by GitHub
parent 341b30c961
commit a935998b33
4 changed files with 8 additions and 8 deletions

View File

@@ -876,7 +876,7 @@ function genRuntimeEmits(emits: Set<string>) {
}
/**
* export default {} inside <script setup> cannot access variables declared
* export default {} inside `<script setup>` cannot access variables declared
* inside since it's hoisted. Walk and check to make sure.
*/
function checkDefaultExport(