You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
294 B

  1. 'use strict'
  2. export default {
  3. name: 'admin-settings',
  4. data() {
  5. return {}
  6. },
  7. methods: {
  8. flushcache() {
  9. window.alert('Coming soon!')
  10. },
  11. resetaccounts() {
  12. window.alert('Coming soon!')
  13. },
  14. flushsessions() {
  15. window.alert('Coming soon!')
  16. }
  17. }
  18. }