Skip to content

Instantly share code, notes, and snippets.

@devjin0617
Created January 19, 2017 12:26
Show Gist options
  • Save devjin0617/cddf1017c7dc20589b2a0ae48c80bd5d to your computer and use it in GitHub Desktop.
Save devjin0617/cddf1017c7dc20589b2a0ae48c80bd5d to your computer and use it in GitHub Desktop.
created: function() {
// ...
this.$nextTick(function() {
var dom = document.getElementById('item-0');
dom.style.backgroundColor = 'red';
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment