You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last active
September 7, 2018 04:53— forked from zmts/script.md
Vue.js Preview image file
Preview image file(vue.js)
// if you need to pass parameters to function, you should pass $event from template
// previewImage($event, customArg, ..)
// methods: { previewImage: function(event, customArg, ..) { .. } }
// https://jsfiddle.net/mani04/5zyozvx8/
new Vue({