403.js 369 B

123456789101112131415161718
  1. import { openBlock as t, createElementBlock as e } from "vue";
  2. import { l as o } from "./index2.js";
  3. const r = {
  4. name: "AUth403",
  5. data() {
  6. return {};
  7. },
  8. methods: {},
  9. mounted() {
  10. }
  11. }, n = { class: "auth-403" };
  12. function s(c, a, _, d, m, p) {
  13. return t(), e("div", n, "403");
  14. }
  15. const u = /* @__PURE__ */ o(r, [["render", s]]);
  16. export {
  17. u as default
  18. };