We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a99630 commit 40409cdCopy full SHA for 40409cd
docs/zh-cn/link.md
@@ -59,4 +59,4 @@
59
60
- `v-link` 会自动设置 `<a>` 的 `href` 属性。
61
62
-- 由于 `v-link` 是个[字面量指令](http://vuejs.org/guide/directives.html#Literal_Directives),它可以包含 mustache 标签,例如 `v-link="/user/{% raw %}{{user.name}}{% endraw %}"` 。
+- 根据[Vue.js 1.0 binding syntax](https://github.com/vuejs/vue/issues/1325), `v-link` 不再支持包含 mustache 标签。可以用常规的JavaScript表达式代替 mustache 标签, 例如 `v-link="'user/' + user.name"` 。
0 commit comments