Skip to content

Commit

Permalink
test: add global page
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 19, 2020
1 parent 13cced0 commit f831a97
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/fixture/pages/global.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<template>
<div>
<component :is="'Mouse'" />
</div>
</template>

<style scoped>
div {
word-wrap: break-word;
}
</style>

0 comments on commit f831a97

Please sign in to comment.