Closed RobertWade closed 2 years ago
-
https://demos.creative-tim.com/vue-argon-dashboard-pro/documentation/quick-start.html#quick-start
All
import router from './starterRouter';
Should show Start dashboard according to docs.
Error because starteRouter is not found
What it should say in the docs:
import router from './routes/starterRouter'; or import router from '@/routes/starterRouter';
Hi there,
We've updated the product to v3 which comes with a new look and a new base structure for more reusable components.
All the best Sajad
Web Developer @ Creative-Tim.com
Version
-
Reproduction link
https://demos.creative-tim.com/vue-argon-dashboard-pro/documentation/quick-start.html#quick-start
Operating System
All
Device
All
Browser & Version
All
Steps to reproduce
https://demos.creative-tim.com/vue-argon-dashboard-pro/documentation/quick-start.html#quick-start
What is expected?
import router from './starterRouter';
Should show Start dashboard according to docs.
What is actually happening?
Error because starteRouter is not found
Solution
What it should say in the docs:
import router from './routes/starterRouter'; or import router from '@/routes/starterRouter';
Additional comments