Skip to content

Instantly share code, notes, and snippets.

View codebykyle's full-sized avatar
🏠
Working from home

CodeByKyle codebykyle

🏠
Working from home
  • Ho Chi Minh City, Vietnam
View GitHub Profile
@codebykyle
codebykyle / gist:4f7f4b935e8119c290f00efc01fb0c2b
Created April 16, 2017 18:24
Basecamp Trix-Editor VueJS 2.0 v-model 2 way binding
let _ = require('lodash');
Vue.component('wysiwyg', {
props: ['value'],
template: '<div></div>',
data() {
return {
trix: null,
id: ''