Vue Router Get Full String Query

const stringQuery = route.fullPath.split('?')[1] || ''
florinrelea