mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
wip
This commit is contained in:
parent
9c1167a8d3
commit
84ce0b390c
7 changed files with 45 additions and 17472 deletions
10
source/_assets/js/extsb.js
Normal file
10
source/_assets/js/extsb.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import splitbee from '@splitbee/web';
|
||||
|
||||
splitbee.init({
|
||||
scriptUrl: "/bee.js",
|
||||
apiUrl: "/_hive",
|
||||
})
|
||||
|
||||
let tag = document.getElementsByClassName('extsb')[0];
|
||||
|
||||
splitbee.user.set({test: 'foo'})
|
||||
Loading…
Add table
Add a link
Reference in a new issue