• This project
    • Loading...
  • Sign in

fe / yohoblk-wap · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohoblk-wap
  • public
  • js
  • me
  • cancelreason.page.js
  • commit vue2.0 60%
    7b410e24
    by 陈峰
    2017-08-04 14:09:13 +0800  
    Browse Files
cancelreason.page.js 223 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
import Vue from 'vue';
import cancelReason from 'me/cancel-reason.vue';
import yoho from 'yoho';

yoho.ready(() => {
    new Vue({
        el: '#reason',
        components: {
            cancelReason
        }
    });
});