Skip to content

Commit

Permalink
Update FallbackElement info about replacing it
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Nov 6, 2020
1 parent a4a817b commit 2efb743
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/FallbackElement.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<div class="alchemy-fallback-element">
<h2>I am a dummy {{ element.name }} Alchemy element component</h2>
<p>
To replace me put a Vue component into
<kbd>~/components/Alchemy/Elements/</kbd>
and register it as local component.
To replace me register a local Vue component named
<kbd>{{ element.name }}</kbd> at your
<kbd>{{ $parent.$options.name || $parent.$options._componentTag }}</kbd>
component.
</p>
<template v-if="element.essences.length">
<h3>This element has {{ element.essences.length }} essence(s)</h3>
Expand Down

0 comments on commit 2efb743

Please sign in to comment.