- added src/compoenents/Pagination.vue
- npm updates - added "type": "module" inside package.json - renamed .eslintrc.js, postcss.config.js and vue.config.js - adapted search-view-component
This commit is contained in:
parent
315eabf3bb
commit
c6469b00b4
13 changed files with 885 additions and 689 deletions
|
@ -1,6 +1,5 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [],
|
||||
// purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
|
||||
content: ["./src/**/*.{edge,js,ts,jsx,tsx,vue}"],
|
||||
darkMode: "media", // or 'media' or 'class'
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue