forked from vbenjs/vue-vben-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
80 changed files
with
528 additions
and
630 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
import AppLocalePicker from './src/AppLocalePicker.vue'; | ||
import AppPageFooter from './src/AppPageFooter.vue'; | ||
import AppLogo from './src/AppLogo.vue'; | ||
import { withInstall } from '../util'; | ||
|
||
export { AppLocalePicker, AppPageFooter, AppLogo }; | ||
export { AppLocalePicker, AppLogo }; | ||
|
||
export default withInstall(AppLocalePicker, AppPageFooter, AppLogo); | ||
export default withInstall(AppLocalePicker, AppLogo); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
export { default as BasicArrow } from './src/BasicArrow.vue'; | ||
export { default as BasicHelp } from './src/BasicHelp.vue'; | ||
export { default as BasicTitle } from './src/BasicTitle.vue'; | ||
import BasicArrow from './src/BasicArrow.vue'; | ||
import BasicHelp from './src/BasicHelp.vue'; | ||
import BasicTitle from './src/BasicTitle.vue'; | ||
|
||
import { withInstall } from '../util'; | ||
|
||
export { BasicArrow, BasicHelp, BasicTitle }; | ||
|
||
export default withInstall(BasicArrow, BasicHelp, BasicTitle); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import Breadcrumb from './src/Breadcrumb.vue'; | ||
import BreadcrumbItem from './src/BreadcrumbItem.vue'; | ||
import { withInstall } from '../util'; | ||
|
||
export { Breadcrumb, BreadcrumbItem }; | ||
|
||
export default withInstall(Breadcrumb, BreadcrumbItem); |
Oops, something went wrong.