Last active
September 24, 2018 06:56
-
-
Save eserdinyo/f6c1e96b01d8d52dec8a75c9d8f00bcd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Vue from 'vue' | |
import App from './App.vue' | |
Vue.directive('renk', { | |
bind(el, binding) { | |
el.style.backgroundColor = 'blue'; | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment