This repository has been archived by the owner on Apr 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
cannot get/ #23
Comments
I managed to get this template working by adding the "window" identifiers to these lines in main.js, but now there's this error: GET http://localhost:8080/cordova.js 404 (Not Found)
|
yes, Routing does not seem to work. import Tabs from './pages/Tabs.vue';
import About from './pages/About.vue';
import NotFoundPage from './pages/not-found.vue';
export default [
{
path: '/',
component: Tabs
},
{
path: '/about/',
component: About
},
{
path: '(.*)',
component: NotFoundPage
}
]; Page error: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Out of the box, the routing does not seem to work.
The text was updated successfully, but these errors were encountered: