generated from justintaddei/npm-ts-template
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I was thinking of ways to use the library for transforms that don't involve vue-router. For example, a modal opening that doesn't change the history/url.
For example, imagine the code
<template>
<div>
<div style="display: flex;">
<div style="color: blue;" v-shared-element:test="{ includeChildren: true}">Blue</div>
<div style="margin-left: auto; color: red;" v-shared-element:test="{ includeChildren: true}">Red</div>
</div>
<button type="button" @click="condition = !condition">Change</button>
</div>
</template>
And having that work v-shared-element
mrleblanc101 and camhammel
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request