tianyun 2 năm trước cách đây
mục cha
commit
163ddf68c9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      simple-demo/location_point.html

+ 1 - 1
simple-demo/location_point.html

@@ -57,7 +57,7 @@
         <ul>
             <li v-for="(item, index) in createdList">{{ convertToBeijingTime(item.created_at) }} &nbsp;&nbsp;&nbsp;&nbsp;
                 <button class="deleteBtn" v-on:click="confirmDelete(item.id)">删除</button>&nbsp;
-                <button class="eventBtn" v-on:click="addEvent(index)">添加事件</button>
+                <button class="eventBtn" v-on:click="addEvent(index)">事件</button>
             </li>
 
         </ul>