mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-18 04:50:03 +02:00
npm: Use anchor-js via npm instead of CDN
This commit is contained in:
parent
d4244851ab
commit
8f4314fefc
5 changed files with 20 additions and 4 deletions
|
|
@ -1,8 +1,13 @@
|
|||
|
||||
import AnchorJS from 'anchor-js'
|
||||
import Alpine from 'alpinejs'
|
||||
import alpine_search from './modules/alpine_search'
|
||||
import ClipboardJS from 'clipboard'
|
||||
|
||||
// -------------------
|
||||
// Anchor
|
||||
// -------------------
|
||||
const anchors = new AnchorJS();
|
||||
anchors.add();
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue