人人商城引用vue
<script language=\'javascript\' src=\'../addons/ewei_shopv2/static/js/myconfig.js\'></script>
<script>
myrequire([\'dist/vue/vue.min\',\'tpl\'],function (Vue,tpl) {
//vue-test
var app = new Vue({
el: \'#coupon\',
data: {
message: \'Hello Vue!\'
}
})
});
</script>