[Vuejs]-Cordova android vue avd resource public image

0πŸ‘

βœ…

I solved the problem.

It was about the router configuration. You don’t have to use the mode history. Always use the mode

hash

Here is my router:

'use strict'
import Vue from 'vue'
import VueRouter from 'vue-router'

Leave a comment