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

Commitb866fde

Browse files
authored
docs: Add vue-class-migrator reference (#638)
1 parent54545a0 commitb866fde

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

‎README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
This library is no longer actively maintained. It is no longer recommend to use Class-based components in Vue 3. The recommended way to use Vue 3 in large applications is Single-File Components, Composition API, and`<script setup>`. If you still want to use classes, check out the community-maintained project[`vue-facing-decorator`](https://facing-dev.github.io/vue-facing-decorator/#/).
77

8+
Additionally, if you're interested in migrating out of class components, you might find the CLI tool[`vue-class-migrator`](https://github.com/getyourguide/vue-class-migrator) helpful for the transition.
9+
810
---
911

1012
ECMAScript / TypeScript decorator for class-style Vue components.

‎docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
:::warning
44
This library is no longer actively maintained. It is no longer recommend to use Class-based components in Vue 3. The recommended way to use Vue 3 in large applications is Single-File Components, Composition API, and`<script setup>`. If you still want to use classes, check out the community-maintained project[`vue-facing-decorator`](https://facing-dev.github.io/vue-facing-decorator/#/).
5+
6+
Additionally, if you're interested in migrating out of class components, you might find the CLI tool[`vue-class-migrator`](https://github.com/getyourguide/vue-class-migrator) helpful for the transition.
7+
58
:::
69

710
Vue Class Component is a library that lets you make your Vue components in class-style syntax. For example, below is a simple counter component written with Vue Class Component:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp