Advertisement
ovictoraurelio

Untitled

Aug 12th, 2022
1,041
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.65 KB | None | 0 0
  1. {
  2.   name: null,
  3.   infos: {
  4.      mail: null,
  5.      cnpj: null
  6.   },
  7.   slug: null,
  8.   state: 'PE',
  9.   year: new Date().getUTCFullYear(),
  10.   city: '',
  11.   type: this.$route.query.type || 'erudio',
  12.   navDrawerUsersTypes: [],
  13.   images,
  14.   themes: {
  15.     light: {
  16.       primary: '#1976D2',
  17.       secondary: '#424242',
  18.       accent: '#82B1FF',
  19.       error: '#FF5252',
  20.       info: '#2196F3',
  21.       success: '#4CAF50',
  22.       warning: '#FFC107'
  23.     },
  24.     dark: {
  25.       primary: '#1976D2',
  26.       secondary: '#424242',
  27.       accent: '#82B1FF',
  28.       error: '#FF5252',
  29.       info: '#2196F3',
  30.       success: '#4CAF50',
  31.       warning: '#FFC107'
  32.     }
  33.   }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement