docs: add intersection example
This commit is contained in:
@@ -16,6 +16,7 @@ import { MultiApp, MultiCSS, MultiFlow } from './multi'
|
||||
import { HorizontalApp, HorizontalElements } from './horizontal'
|
||||
import { TeleportApp, TeleportCSS, TeleportSidebar, TeleportableNode, TeleportableUseTransition } from './teleport'
|
||||
import { TransitionApp, TransitionCSS, TransitionEdge } from './transition'
|
||||
import { IntersectionApp, IntersectionCSS, IntersectionElements } from './intersection'
|
||||
|
||||
export const exampleImports = {
|
||||
basic: {
|
||||
@@ -108,4 +109,9 @@ export const exampleImports = {
|
||||
'vue-demi': 'https://cdn.jsdelivr.net/npm/vue-demi@0.13.11/lib/index.mjs',
|
||||
},
|
||||
},
|
||||
intersection: {
|
||||
'App.vue': IntersectionApp,
|
||||
'initial-elements.js': IntersectionElements,
|
||||
'style.css': IntersectionCSS,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user