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