Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alextantumpay committed Aug 16, 2024
1 parent 07a18ad commit a561d1c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions plugins/qrcode-reader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ import Vue from "vue";
import { QrcodeStream } from "vue-qrcode-reader";

Vue.component("qrcode-stream", QrcodeStream);

export default defineNuxtPlugin(() => {

})

6 changes: 5 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
content: [ './components/**/*.{vue,js}',
'./layouts/**/*.{vue,js}',
'./pages/**/*.{vue,js}',
'./plugins/**/*.{js,ts}',
'./nuxt.config.{js,ts}',],
theme: {
extend: {
backgroundColor: {
Expand Down

0 comments on commit a561d1c

Please sign in to comment.