AsideTools
This component allows you to create an aside tools. It contains a icon and a label.
Example

<aside-tools>
<span slot="label">{{ appName }}</span>
</aside-tools>;
export default {
name: "App",
data() {
return {
appName: this.$config.appName,
};
},
};
Props
| Name | Description | Type | Required | Default |
|---|---|---|---|---|
| icon | The app icon | String | false | null |
| label | The app name | String | false | null |
Slots
| Name | Description | Default Slot Content |
|---|---|---|
| label | The app name | - |