Skip to content

Commit

Permalink
Remove remaining unused Vueform
Browse files Browse the repository at this point in the history
Signed-off-by: delano <[email protected]>
  • Loading branch information
delano committed Nov 6, 2023
1 parent 2cc9493 commit e64cb13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions apps/ui/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ module.exports = {
"./src/components/*.{vue,html,js,ts,jsx,tsx}",
"../afbcore/templates/**/*.html",
"../afbcore/templates/*.html",
'./vueform.config.ts', // or where `vueform.config.js` is located
'./node_modules/@vueform/vueform/themes/tailwind/**/*.vue',
'./node_modules/@vueform/vueform/themes/tailwind/**/*.{ts,js,tsx,jsx}',
// './vueform.config.ts', // or where `vueform.config.js` is located
// './node_modules/@vueform/vueform/themes/tailwind/**/*.vue',
// './node_modules/@vueform/vueform/themes/tailwind/**/*.{ts,js,tsx,jsx}',
],
theme: {
extend: {},
},
plugins: [
require('@tailwindcss/forms'),
require('@tailwindcss/aspect-ratio'),
require('@vueform/vueform/tailwind')
// require('@vueform/vueform/tailwind')
],
}
1 change: 1 addition & 0 deletions apps/ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"lib": ["esnext", "dom"]
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
Expand Down
1 change: 0 additions & 1 deletion apps/ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default defineConfig({
},
plugins: [
vue(),
vueform() // https://vueform.com/docs/installation
],
// https://github.com/MrBin99/django-vite#vitejs
// https://vitejs.dev/guide/backend-integration.html
Expand Down

0 comments on commit e64cb13

Please sign in to comment.