Do you have any plan to support Vue framework?
I tried this plugin,it's a powerful tool, but we have some projects based on Vue,seems this tool can't integrate with Vue properly, it can not recognize these scenarios: 1. string literal in mustaches 2. string literal in Vue component prop value.for example:
```
<template>
<div>{{ "this is a string literal in mustaches" }}</div>
<myVueComponent title="this is my title"></myVueComponent>
</template>
```
So, want to know if you have any plan to support these features In the short term.
关闭于 2024-11-24 3 条评论