parent
97a1417112
commit
449fd99f9d
3 changed files with 48 additions and 0 deletions
@ -0,0 +1,16 @@ |
||||
<template> |
||||
<div> |
||||
<p>query: {{$route.query}}</p> |
||||
<p>params: {{$route.params}}</p> |
||||
</div> |
||||
</template> |
||||
|
||||
<script> |
||||
export default { |
||||
name: 'Demo' |
||||
} |
||||
</script> |
||||
|
||||
<style scoped> |
||||
|
||||
</style> |
Loading…
Reference in new issue