fix path to icons
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
:title="title"
|
:title="title"
|
||||||
>
|
>
|
||||||
<svg class="remix">
|
<svg class="remix">
|
||||||
<use :xlink:href="require('../../../../../node_modules/remixicon/fonts/remixicon.symbol.svg') + `#ri-${icon}`" />
|
<use :xlink:href="require('remixicon/fonts/remixicon.symbol.svg') + `#ri-${icon}`" />
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user