-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
feat: volar plugins #609
base: main
Are you sure you want to change the base?
feat: volar plugins #609
Conversation
commit: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #609 +/- ##
==========================================
- Coverage 61.72% 59.85% -1.87%
==========================================
Files 32 36 +4
Lines 3135 3333 +198
Branches 580 601 +21
==========================================
+ Hits 1935 1995 +60
- Misses 1194 1330 +136
- Partials 6 8 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
||
// TODO: Do we want to apply this to EVERY .vue file or only to components that the user wrote themselves? | ||
|
||
const relativeFilePath = ctx.compilerOptions.baseUrl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will ctx.compilerOptions.baseUrl
always equal the VueRouter
plugin's root
? If not, this might not always work.
…olar plugin sfc-route-blocks
<route>
block IntelliSense intosrc
, added it to the building process and added it to exportsvueCompilerOptions.plugins
)useRoute
and$route
typingsvueCompilerOptions.plugins
)Future
<RouterView>
slots regarding named views