質問編集履歴
2
間違いを訂正
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,6 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
### 該当のソースコード
|
13
|
-
Composition API
|
14
13
|
元url:https://ja.vuejs.org/guide/introduction.html#api-styles
|
15
14
|
|
16
15
|
```vue.js
|
1
url追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,8 +10,10 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
### 該当のソースコード
|
13
|
+
Composition API
|
14
|
+
元url:https://ja.vuejs.org/guide/introduction.html#api-styles
|
13
15
|
|
14
|
-
```vue
|
16
|
+
```vue.js
|
15
17
|
<script>
|
16
18
|
export default {
|
17
19
|
// Properties returned from data() become reactive state
|