Skip to content

Commit

Permalink
Remove vue-bind-once
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianrbz committed Dec 16, 2024
1 parent 91a8cfc commit a11e0c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/_assets/entrypoints/api_spec.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { createApp } from "vue";
import APISpec from "~/javascripts/apps/APISpec.vue";
import { BindOncePlugin } from "vue-bind-once";
import "@kong/spec-renderer-dev/dist/style.css";

if (document.getElementById("api-spec") !== null) {
const app = createApp(APISpec);
app.use(BindOncePlugin);
app.mount("#api-spec");
}

0 comments on commit a11e0c0

Please sign in to comment.