mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-09 09:57:19 +08:00
11 lines
196 B
JavaScript
11 lines
196 B
JavaScript
import { withBase } from '../utils';
|
|
import NavBarLinks from './NavBarLinks.vue';
|
|
export default {
|
|
components: {
|
|
NavBarLinks
|
|
},
|
|
setup() {
|
|
return { withBase };
|
|
}
|
|
};
|