Skip to content

Commit

Permalink
v0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Sep 4, 2020
1 parent f882b7b commit a006941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Vue tooling for VS Code",
"author": "Pine Wu <octref@gmail.com>",
"icon": "asset/vue.png",
"version": "0.27.0",
"version": "0.27.1",
"publisher": "octref",
"scripts": {
"postinstall": "run-s install:*",
Expand Down

3 comments on commit a006941

@kiccer
Copy link

@kiccer kiccer commented on a006941 Sep 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个版本有个问题,我的自定义了一个组件,设置了一个value属性,然后调用的时候使用v-model进行双向绑定,但是最新版的vetur提示我错过value属性。

@kiccer
Copy link

@kiccer kiccer commented on a006941 Sep 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@yoyo930021
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个版本有个问题,我的自定义了一个组件,设置了一个value属性,然后调用的时候使用v-model进行双向绑定,但是最新版的vetur提示我错过value属性。

Please open a issue and use issue template.

Please sign in to comment.