mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-26 09:49:12 +00:00
Register missing icon
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
4073eab201
commit
fde0c9b5d8
1 changed files with 2 additions and 0 deletions
|
@ -246,6 +246,8 @@ const icons: Record<string, () => Promise<any>> = {
|
|||
import(
|
||||
`../../../node_modules/vue-material-design-icons/BellOffOutline.vue`
|
||||
),
|
||||
ExitToApp: () =>
|
||||
import(`../../../node_modules/vue-material-design-icons/ExitToApp.vue`),
|
||||
};
|
||||
|
||||
const props = withDefaults(
|
||||
|
|
Loading…
Reference in a new issue