common.js 112 B

12345678910111213
  1. export default {
  2. state: {
  3. },
  4. mutations: {
  5. },
  6. actions: {
  7. }
  8. }