Vue.component('headerTop', { template: '
\n' + '
\n' + '
\n' + ' \n' + '
\n' + '
\n' + '
\n' + '
\n' + '
\n' + '
\n' + '
', props: { rootPath: { type: String, default:'' } }, data () { return { menuNames: ['home', 'about', 'news', 'chanye', 'huiyuan', 'fuwuqu', 'gonggao'] }; }, mounted: function() { this.init(); }, beforeDestroy: function() { }, methods: { init: function() { } } });