index.vue 256 B

12345678910111213141516
  1. <!--
  2. * @Author: WangJiaCheng
  3. * @Date: 2021-05-10 17:23:22
  4. * @LastEditors: WangJiaCheng
  5. * @LastEditTime: 2021-05-10 17:23:45
  6. * @Description:
  7. -->
  8. <template>
  9. <div>页面列表</div>
  10. </template>
  11. <script>
  12. export default {
  13. name: 'PageList'
  14. }
  15. </script>