index.vue 152 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <template> <div> <router-view></router-view> </div> </template> <script> export default { } </script> <style lang="stylus" scoped> </style>