質問編集履歴

2

タグ修正

2021/09/28 22:59

投稿

anzi1230
anzi1230

スコア19

test CHANGED
File without changes
test CHANGED
File without changes

1

誤字の為修正

2021/09/28 22:59

投稿

anzi1230
anzi1230

スコア19

test CHANGED
File without changes
test CHANGED
@@ -76,20 +76,20 @@
76
76
 
77
77
 
78
78
 
79
- //本当はここのメソッド内に上記の動きを記載したいです。
80
79
 
80
+
81
- Vue.component("task-card", {
81
+ Vue.component("xxx-xx", {
82
82
 
83
83
  props: ["xxx"],
84
84
 
85
85
  template: `<div class="abc">
86
86
 
87
- {{ abcdefg }}
87
+ {{ abc }}
88
88
 
89
89
  </div>,
90
90
 
91
91
  methods: {
92
92
 
93
- //ここに
93
+ //ここにモーダルウィンドウを表示する動きをかきたいです。
94
94
 
95
95
  ```