ReadingLists: Remove compatConfig from Vue settings

Why:
- After migrating to the regular build of Vue 3, the compatConfig
  settings in component definitions will be ignored.

What:
- Remove compatConfig declarations from all Vue components in this extension.

Bug: T289105
Change-Id: I4f39e215ad94f90fc8edb4d76149af02817a102b
2 files changed
tree: 5257efb0c9ab8d56ad3cb9d860dc2c5ec1aa637c
  1. .phan/
  2. i18n/
  3. maintenance/
  4. resources/
  5. skinStyles/
  6. sql/
  7. src/
  8. tests/
  9. .eslintignore
  10. .eslintrc.json
  11. .gitignore
  12. .gitreview
  13. .phpcs.xml
  14. .stylelintrc.json
  15. CODE_OF_CONDUCT.md
  16. composer.json
  17. extension.json
  18. Gruntfile.js
  19. jest.config.js
  20. jest.setup.js
  21. LICENSE
  22. package-lock.json
  23. package.json
  24. ReadingLists.alias.php
  25. README.md
  26. ServiceWiring.php
README.md

This extension provides an API through which users can manage private lists of articles, such as bookmarks or "Read Later" lists.

The extension is designed for use on wiki farms; it stores articles as domain name + title pairs, so that the list service can be setup on a single central wiki.

  翻译: