Commit 0d0c79f7 by panziyi

gitfre修改

parent ec023b0a
<template>
<ReviewWrapper>
<Gitfre></Gitfre>
</ReviewWrapper>
</template>
<script>
import Gitfre from "~/views/Business/Gitfre";
import { ReviewWrapper } from "~/components/gj-common.min.js";
export default {
name: "ReviewGitfre",
components: { ReviewWrapper, Gitfre },
created() {},
mounted() {},
};
</script>
<style></style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment