Skip to content
Snippets Groups Projects
Commit c5e90fe7 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Merge branch 'update/switch-to-0.13' into 'master'

update: switch to 0.13

See merge request !251
parents 856b0f87 c2e97297
No related branches found
No related tags found
1 merge request!251update: switch to 0.13
Pipeline #8652 failed with stage
in 1 hour
.block_log.block_creat_count.no_shadow
solid-link(class="backlink", next="contributor-dashboard")
.like
p
i.fas.fa-times
.like
p
i.fas.fa-times
h2.title_lead_avenir=`${data.DeleteResource}`
p=`${data.AreYouSureDelete}`
solid-delete(
data-label=`${data.YesSureDelete}`
bind-resources
)
)
......@@ -4,8 +4,8 @@ head
<meta name="viewport" content="width=device-width, initial-scale=1">
//- script(type="module" src="/scripts/sib-core/dist/polyfill.js")
//- script(type="module" src="/scripts/sib-core/dist/index.js")
script(type="module" src="https://unpkg.com/@startinblox/core@beta")
script(type="module" src="https://unpkg.com/@startinblox/router@beta")
script(type="module" src="https://unpkg.com/@startinblox/core@0.13")
script(type="module" src="https://unpkg.com/@startinblox/router@0.11")
//- script(type="module" src="/scripts/sib-router/src/index.js")
//- script(type="module" src="/scripts/sib-auth/index.js")
script(type="module" src="https://unpkg.com/@startinblox/oidc@0.8")
......
import { store } from 'https://unpkg.com/@startinblox/core@beta';
import { store } from 'https://unpkg.com/@startinblox/core@0.13';
// import { store } from '/scripts/sib-core/dist/index.js';
const sibAuth = document.querySelector('sib-auth');
......
import { store } from 'https://unpkg.com/@startinblox/core@beta';
import { Sib } from "https://unpkg.com/@startinblox/core@beta/dist/libs/Sib.js";
import { StoreMixin } from "https://unpkg.com/@startinblox/core@beta/dist/mixins/storeMixin.js";
import { store } from 'https://unpkg.com/@startinblox/core@0.13';
import { Sib } from "https://unpkg.com/@startinblox/core@0.13/dist/libs/Sib.js";
import { StoreMixin } from "https://unpkg.com/@startinblox/core@0.13/dist/mixins/storeMixin.js";
// import { store } from '/scripts/sib-core/dist/index.js';
// import { Sib } from "/scripts/sib-core/dist/libs/Sib.js";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment