Skip to content

Commit

Permalink
Update vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
idmytro authored Jun 29, 2023
1 parent 1b641e0 commit c7aeb33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions router-unocss-eslintXo/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import {defineConfig} from 'vite';
import vue from '@vitejs/plugin-vue';
import unoCSS from '@unocss/vite';
import unocss from 'unocss/vite';

export default defineConfig({
plugins: [
vue(),
unoCSS({}),
unocss(),
],
});

0 comments on commit c7aeb33

Please sign in to comment.