We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd539c5 commit 1c48491Copy full SHA for 1c48491
2 files changed
{{cookiecutter.project_slug}}/frontend/components/layouts/default/Footer.vue
@@ -18,8 +18,6 @@
18
</template>
19
20
<script setup lang="ts">
21
-import { defineComponent, h } from "vue"
22
-
23
const siteName: String = "Your Company, Inc"
24
25
const footerNavigation = {
{{cookiecutter.project_slug}}/frontend/nuxt.config.ts
@@ -63,5 +63,8 @@ export default defineNuxtConfig({
63
tailwindcss: {},
64
autoprefixer: {},
65
},
66
+ },
67
+ build: {
68
+ transpile: ['@heroicons/vue']
69
}
70
})
0 commit comments