华西海圻ELN前端工程
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
251 B

  1. <template>
  2. <div class="app-container home">
  3. <h1>{{ $t('system.title') }}</h1>
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. name: "Index",
  9. data() {
  10. return {
  11. }
  12. },
  13. methods: {
  14. }
  15. }
  16. </script>
  17. <style scoped lang="scss">
  18. </style>