소스 검색

Merge pull request #202 from Rousong/dev

Fix  typo in js method
pull/207/head
Ji Qu 4 년 전
committed by GitHub
부모
커밋
b99a1477f0
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      pinry-spa/src/components/editors/PinEditorUI.vue

+ 2
- 2
pinry-spa/src/components/editors/PinEditorUI.vue 파일 보기

@@ -8,7 +8,7 @@
custom-size="mdi-24px">
</b-icon>
</span>
<span class="icon-container" @click="addToBoar">
<span class="icon-container" @click="addToBoard">
<b-icon
type="is-light"
icon="plus-box"
@@ -69,7 +69,7 @@ export default {
},
},
methods: {
addToBoar() {
addToBoard() {
modals.openAdd2Board(this, this.pin, this.currentUsername);
},
removeFromBoard() {


불러오는 중...
취소
저장