<template> <router-view></router-view> </template> <script type="text/ecmascript-6"> export default { name:'IndexMessage' } </script> <style scoped lang="stylus" rel="stylesheet/stylus"> </style>