component-auto-import.vue 223 B

12345678910111213
  1. <route lang="json5">
  2. {
  3. style: { navigationBarTitleText: 'easycom 自动导入' },
  4. }
  5. </route>
  6. <template>
  7. <view class="m-4">
  8. <fly-header></fly-header>
  9. <fly-content :line="30"></fly-content>
  10. </view>
  11. </template>