Skip to content

Commit

Permalink
Updating NPM packages
Browse files Browse the repository at this point in the history
  • Loading branch information
m-anwr committed Jul 7, 2024
1 parent 511ac58 commit 889310f
Show file tree
Hide file tree
Showing 5 changed files with 7,334 additions and 12,282 deletions.
18 changes: 9 additions & 9 deletions app.vue
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<template>
<!-- Wrap our app with App component -->
<k-app theme="ios">
<k-app>
<NuxtPage />
</k-app>
</template>

<script>
import { kApp } from 'konsta/vue';
import './assets/main.scss';
import { kApp } from "konsta/vue";
import "./assets/main.scss";
export default {
components: {
kApp,
},
};
</script>
export default {
components: {
kApp,
},
};
</script>
6 changes: 5 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
css: ['@/assets/main.scss'],

build: {
transpile: ['konsta'],
},

postcss: {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
},
})

compatibilityDate: '2024-07-07',
})
Loading

0 comments on commit 889310f

Please sign in to comment.