fix warnings
This commit is contained in:
parent
72c20bde7f
commit
6f4790c301
1 changed files with 4 additions and 4 deletions
|
@ -27,10 +27,10 @@ main
|
||||||
v-slot='{ Component }'
|
v-slot='{ Component }'
|
||||||
)
|
)
|
||||||
Transition
|
Transition
|
||||||
component(
|
div
|
||||||
:id='routeId'
|
component(
|
||||||
:is='Component'
|
:is='Component'
|
||||||
)
|
)
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="sass">
|
<style lang="sass">
|
||||||
|
|
Loading…
Add table
Reference in a new issue