Skip to content
Snippets Groups Projects
Commit c7812dd0 authored by Emmanuel Salomon's avatar Emmanuel Salomon :fist:
Browse files

fix: change auto import components for components in /app

parent 22baf085
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<section class="bg-gray-100 dark:bg-gray-800">
<div class="container py-12 relative prose">
<div class="flex justify-evenly">
<AppTInputIcon
<TInputIcon
ref="search"
v-model="query"
type="search"
......
......@@ -7,7 +7,7 @@
<div class="md:flex justify-between mb-8">
<div class="w-full">
<div class="md:flex">
<AppTInputIcon
<TInputIcon
v-model="query"
type="search"
:placeholder="searchPlaceholder || $t('search')"
......
......@@ -40,7 +40,7 @@ export default {
/**
* Auto import components (https://go.nuxtjs.dev/config-components)
*/
components: true,
components: ['~/components', '~/components/app/'],
/**
* Plugins to run before rendering page (https://go.nuxtjs.dev/config-plugins)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment