Logo white

baoman / Ezquiz_Platform

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Ezquiz_Platform
  • src
  • views
  • commerViews.vue
  • 权限配置,路由基础设置
    c1b532ad
    梁保满 authored
    2022-11-29 16:22:49 +0800  
    Browse Code »
commerViews.vue 165 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<template>
    <div>
      <router-view></router-view>
    </div>
</template>

<script>
export default {
  name: "commerViews"
}
</script>

<style scoped>

</style>