generated from Seekra/repository-template
refactor(footer)!: rename Footer to AppFooter
Vue.js components should have multi-word names.
This commit is contained in:
+2
-2
@@ -16,7 +16,7 @@ limitations under the License.
|
|||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { LANGUAGE_PATH } from './config/featureSettings.js';
|
import { LANGUAGE_PATH } from './config/featureSettings.js';
|
||||||
import Footer from './features/footer/components/Footer.vue';
|
import AppFooter from './features/footer/components/AppFooter.vue';
|
||||||
import AppNavbar from './features/nav/components/AppNavbar.vue';
|
import AppNavbar from './features/nav/components/AppNavbar.vue';
|
||||||
import { useSettings } from './features/settings/composables/useSettings.js';
|
import { useSettings } from './features/settings/composables/useSettings.js';
|
||||||
import { setLocale } from './i18n';
|
import { setLocale } from './i18n';
|
||||||
@@ -64,7 +64,7 @@ onMounted(() => {
|
|||||||
|
|
||||||
<router-view class="main-content" />
|
<router-view class="main-content" />
|
||||||
|
|
||||||
<Footer />
|
<AppFooter />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user