docs: set inheritAttrs to false on teleportable nodes
This commit is contained in:
@@ -25,6 +25,12 @@ const changeAnimation = () => {
|
||||
}
|
||||
</script>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
inheritAttrs: false,
|
||||
}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<teleport :disabled="!teleport" :to="teleport">
|
||||
<transition :name="animation">
|
||||
|
||||
Reference in New Issue
Block a user