copy pasting is hard
This commit is contained in:
parent
8e285876fd
commit
23106bfb23
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "dalu-vue3-keycloak",
|
"name": "dalu-vue3-keycloak",
|
||||||
"description": "vue3 keycloak adapter",
|
"description": "vue3 keycloak adapter",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": "git@code.icod.de:dalu/vue3-keycloak.git",
|
"repository": "git@code.icod.de:dalu/vue3-keycloak.git",
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -6,7 +6,7 @@ export const KeycloakSymbol = Symbol('keycloak')
|
|||||||
import * as vue from 'vue'
|
import * as vue from 'vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
install: async function() {
|
install: async function(app, params = {}) {
|
||||||
if (installed) return
|
if (installed) return
|
||||||
installed = true
|
installed = true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user