Skip to content

Commit

Permalink
removed vue compat
Browse files Browse the repository at this point in the history
  • Loading branch information
zeezo887 committed Apr 22, 2024
1 parent b595014 commit 7b24e02
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 23 deletions.
3 changes: 0 additions & 3 deletions frontend/js/components/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
import { h } from 'vue'
export default {
compatConfig: {
RENDER_FUNCTION: false
},
name: 'A17Button',
props: {
el: {
Expand Down
3 changes: 0 additions & 3 deletions frontend/js/components/CheckboxAccordion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
import a17Accordion from './Accordion.vue'
export default {
compatConfig: {
WATCH_ARRAY: false
},
name: 'A17Checkboxaccordion',
components: {
'a17-accordion': a17Accordion
Expand Down
3 changes: 0 additions & 3 deletions frontend/js/components/CheckboxGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
import InputframeMixin from '@/mixins/inputFrame'
export default {
compatConfig: {
WATCH_ARRAY: false
},
name: 'A17CheckboxGroup',
props: {
name: {
Expand Down
13 changes: 0 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"@tiptap/pm": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@tiptap/vue-3": "^2.2.4",
"@vue/compat": "^3.1.0",
"alpinejs": "^3.13.5",
"axios": "^0.28.0",
"core-js": "^3.35.1",
Expand Down

0 comments on commit 7b24e02

Please sign in to comment.