<DashboardProfile />

The DashboardProfile component refers to a dedicated area where users can provide and manage information about themselves.

The component is located in the @/components/global/Dashboard/Profile directory. To use the component, import it into your file:

import DashboardProfile from '/components/global/Dashboard/Profile';

To use the component, add it to your template:

<DashboardProfile />

Usage

In the app.vue file

<div>
    <DashboardProfile />
</div>

Config

For configuration's component, visit Config documentation.