-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
md 文件引入vue失败 #667
Comments
You can't use |
关闭了也是不行的 我都有尝试了 |
Are you trying to add Vue code inside a code block and getting that error? If so, there is probably something wrong with your # Test
```vue
<template>
<div>Hey There</div>
</template>
<script setup>
import Foo from "./Foo.vue";
</script>
``` Output: If you still think it is an issue with VitePress, please provide a minimal reproducible example. Also that error seems to be with a different file not the one you've shown in image. The error log shows different code and different line numbers. |
Describe the bug
Reproduction
引入外部资源
Expected behavior
起作用
System Info
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: