Add supporting themes required for Lotusdocs
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import navigate from '../src/index.js'
|
||||
|
||||
document.addEventListener('alpine:init', () => {
|
||||
window.Alpine.plugin(navigate)
|
||||
})
|
||||
@@ -0,0 +1,5 @@
|
||||
import navigate from '../src/index.js'
|
||||
|
||||
export default navigate
|
||||
|
||||
export { navigate }
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "@alpinejs/navigate",
|
||||
"version": "3.10.2",
|
||||
"description": "An Alpine plugin for adding SPA-like navigation to your app.",
|
||||
"author": "Caleb Porzio",
|
||||
"license": "MIT",
|
||||
"main": "dist/module.cjs.js",
|
||||
"module": "dist/module.esm.js",
|
||||
"dependencies": {
|
||||
"nprogress": "^0.2.0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
// This plugin has been moved into the livewire/livewire repository until it's more stable and ready to tag.
|
||||
Reference in New Issue
Block a user