vue-crud icon indicating copy to clipboard operation
vue-crud copied to clipboard

Administration -> routes -> user-types ERROR

Open rcsoftwareservices opened this issue 5 years ago • 0 comments

Describe the bug Code from "cms" template added to "crm" template for "Administration" -> "User - Types" throws exception/error but, "cms" code works as expected.

To Reproduce Steps to reproduce the behavior:

  1. Add code from cms template to create "src/routes/app/routes/administration/routes/user-types" and "routes/app/Index.vue" item
  2. Start development server
  3. Open application using "Chrome"
  4. Open "Chrome" -> "Dev Tools"
  5. Click on "Administration/User - Types"
  6. See error in "Dev Tools" -> "Console" tab

Expected behavior Expected to see populated "User Types" grid in UI

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • Device: Dell XPS 8700
  • OS: Windows 10 Home
  • Browser: Chrome - Version 80.0.3987.116 (Official Build) (64-bit)

UserTypes_ERROR

Additional context Compared "crm" "yarn.lock" file to "cms" "yarn.lock" file, they are identical.

rcsoftwareservices avatar Feb 19 '20 19:02 rcsoftwareservices