Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
初志鑫 committed May 24, 2020
1 parent 48a8d32 commit b3e76d7
Showing 3 changed files with 17 additions and 63 deletions.
53 changes: 0 additions & 53 deletions src/layouts/components/FullScreenBar/index.vue

This file was deleted.

12 changes: 8 additions & 4 deletions src/layouts/components/NavBar/index.vue
Original file line number Diff line number Diff line change
@@ -58,10 +58,14 @@

<script>
import { mapGetters } from "vuex";
import ErrorLog from "@/components/ErrorLog";
import { Breadcrumb } from "@/layouts/components";
import ThemeBar from "@/layouts/components/ThemeBar";
import FullScreenBar from "@/layouts/components/FullScreenBar";
import {
Breadcrumb,
ThemeBar,
FullScreenBar,
ErrorLog,
} from "@/layouts/components";
export default {
name: "NavBar",
components: {
15 changes: 9 additions & 6 deletions src/layouts/components/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
export { default as TopBar } from "zx-top-bar";
export { default as TagsBar } from "zx-tags-bar";
export { default as SideBar } from "zx-side-bar";
export { default as Breadcrumb } from "zx-breadcrumb";
export { default as NavBar } from "./NavBar";
export { default as TopBar } from "zx-layouts/zx-top-bar";
export { default as TagsBar } from "zx-layouts/zx-tags-bar";
export { default as SideBar } from "zx-layouts/zx-side-bar";
export { default as Breadcrumb } from "zx-layouts/zx-breadcrumb";
export { default as FullScreenBar } from "zx-layouts/zx-full-screen-bar";
export { default as ErrorLog } from "zx-layouts/zx-error-log";
export { default as BackToTop } from "zx-layouts/zx-back-to-top";
export { default as ThemeBar } from "@/layouts/components/ThemeBar";
export { default as AppMain } from "./AppMain";
export { default as FullScreenBar } from "./FullScreenBar";
export { default as NavBar } from "./NavBar";

0 comments on commit b3e76d7

Please sign in to comment.