This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<script setup lang="ts">
import { ref } from 'vue'
</script>
<template>
<h1>测试路由搭载是否成功,不需要msg</h1>
</template>
<style scoped>
.read-the-docs {
color: #888;
}
</style>