Skip to content

Instantly share code, notes, and snippets.

View mortenoc's full-sized avatar

mortenoc

  • Dubai
View GitHub Profile
@mortenoc
mortenoc / Main.js
Last active February 6, 2023 00:59
Zendesk Vue3 port
import { createApp } from "vue"
import Zendesk from "./Zendesk.js";
const app = createApp(MyApp);
app.use(Zendesk, {
key: "{key}",
disabled: false,
hideOnLoad: false,
settings: {