Skip to content

Commit 4ca254a

Browse files
committed
오탈자 수정
1 parent e4ed967 commit 4ca254a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: _posts/2017-01-13-vuejs-plugin.markdown

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@ MyPlugin.install = function (Vue, options) {
3333
Vue.myGlobalMethod = function () {
3434
// 필요한 로직 ...
3535
}
36-
36+
3737
Vue.directive('my-directive', {
3838
bind (el, binding, vnode, oldVnode) {
3939
// 필요한 로직 ...
4040
}
4141
...
4242
})
43-
43+
4444
Vue.mixin({
4545
created: function () {
4646
// 필요한 로직 ...
4747
}
4848
...
4949
})
50-
50+
5151
Vue.prototype.$myMethod = function (options) {
5252
// 필요한 로직 ...
5353
}
@@ -249,4 +249,4 @@ AlertModal.show('알림', 'Hello, Vue.js!')
249249
사용자는 여기서 사용할 것과 사용하지 않을 것을 init할때 설정할 수 있습니다.
250250

251251
## 마치며..
252-
Vue.js는 아직 성장중은 오픈소스입니다. 만약 플러그인을 제작했다면 Vue.js 커뮤니티의 발전을 위해서 공개해보는건 어떨까요? :)
252+
Vue.js는 아직 성장중인 오픈소스입니다. 만약 플러그인을 제작했다면 Vue.js 커뮤니티의 발전을 위해서 공개해보는건 어떨까요? :)

0 commit comments

Comments
 (0)