@scalar/api-client
Version:
the open source API testing client
17 lines (16 loc) • 433 B
JavaScript
import { defineComponent as e, createBlock as o, openBlock as r, withCtx as n, createTextVNode as i } from "vue";
import p from "../../components/ViewLayout/ViewLayoutSection.vue.js";
const s = /* @__PURE__ */ e({
__name: "CollectionScripts",
setup(c) {
return (_, t) => (r(), o(p, null, {
title: n(() => [...t[0] || (t[0] = [
i("Scripts", -1)
])]),
_: 1
}));
}
});
export {
s as default
};