Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to Vue.js v2.0.x #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

upgrade to Vue.js v2.0.x #16

wants to merge 2 commits into from

Conversation

tooppoo
Copy link

@tooppoo tooppoo commented Jan 7, 2017

  • sync is removed on Vue.js v2.0.x, so I modified it from :model.
  • HTML interpolations({{{ some }}}) is removed, so I replaced it to v-html.
  • props had been always one-way down on Vue.js v2.0.x.
    In order to explicitly emit an input event, I edited demo/demo.js and calllback of 'summernote.change' in vue-html-editor.js.
  • from Vue.js v2.0.x npm package export runtime-only build by default.
    In order to use standalone build, I inserted alias to vue/dist/vue.js in webpack.config.js and demo/webpack.config.js.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants