2 changed files with 5 additions and 1 deletions
@ -0,0 +1 @@ |
|||
console.log("123"); |
@ -1,7 +1,10 @@ |
|||
<template> |
|||
<router-view /> |
|||
<router-view /> |
|||
</template> |
|||
|
|||
<script> |
|||
export default {} |
|||
|
|||
function testBadCode(){ var a = 2;} |
|||
|
|||
</script> |
|||
|
Loading…
Reference in new issue