Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc81b0d5

Browse files
docs: Fixes typo (#405)
1 parentd18680c commitc81b0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ export default class Counter extends Vue {
3535

3636
As the example shows, you can define component data and methods in the intuitive and standard class syntax by annotating the class with the`@Component` decorator. You can simply replace your component definition with a class-style component as it is equivalent with the ordinary options object style of component definition.
3737

38-
By defining your component in class-style, you not only change the syntax but also can utilize some ECMAScript language features such as class inheritance and decorators. Vue Class Component also provides a[`mixins` helper](guide/extend-and-mixins.md#Mixins) for mixin inheritance, and a[`createDecorator` function](guide/custom-decorators.md) to create your owndecrators easily.
38+
By defining your component in class-style, you not only change the syntax but also can utilize some ECMAScript language features such as class inheritance and decorators. Vue Class Component also provides a[`mixins` helper](guide/extend-and-mixins.md#Mixins) for mixin inheritance, and a[`createDecorator` function](guide/custom-decorators.md) to create your owndecorators easily.
3939

4040
You may also want to check out the`@Prop` and`@Watch` decorators provided by[Vue Property Decorator](https://github.com/kaorun343/vue-property-decorator).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp