08335 / hivui-platform-template
hivui平台项目模板
Newer
Older
hivui-platform-template / project / hivuiLogin / App.vue
12896 on 18 Apr 2022 Jenkins commit
<template>
    <router-view/>
</template>
<script>
import { projectName } from "./config";
export default {
  components: {},
  data() {
    return {
      
    };
  },
  computed: {
    
  },
  mounted() {
    
  },
  methods: {
    
  },
};
</script>
<style lang="scss">
</style>