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