monorepo/website/node_modules/.cache/babel-loader/55a5298a3ad92b3590a50cd9c7d99c448144b9d66fe000ba410681dd657f94fc.json
stcb 985fd06b56
All checks were successful
/ mirror (push) Successful in 5s
/ deploy (push) Successful in 36s
Added proper p-256 key generation at app first launch and in settings
2025-02-13 15:35:18 +02:00

1 line
2.1 KiB
JSON

{"ast":null,"code":"import { createTextVNode as _createTextVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, createVNode as _createVNode, createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\";\nconst _hoisted_1 = {\n id: \"home\"\n};\nconst _hoisted_2 = {\n class: \"centered\"\n};\nexport function render(_ctx, _cache, $props, $setup, $data, $options) {\n const _component_router_link = _resolveComponent(\"router-link\");\n return _openBlock(), _createElementBlock(\"div\", _hoisted_1, [_createElementVNode(\"h1\", _hoisted_2, [_createVNode(_component_router_link, {\n to: \"/description\",\n class: \"no-underline\"\n }, {\n default: _withCtx(() => _cache[0] || (_cache[0] = [_createTextVNode(\"ICING\")])),\n _: 1\n })])]);\n}","map":{"version":3,"names":["id","class","_createElementBlock","_hoisted_1","_createElementVNode","_hoisted_2","_createVNode","_component_router_link","to","default","_withCtx","_cache","_createTextVNode","_"],"sources":["/home/stcb/Desktop/TEK/Icing/monorepo/website/src/components/HomePage.vue"],"sourcesContent":["<!-- src/components/Home.vue -->\n<template>\n <div id=\"home\">\n <h1 class=\"centered\">\n <router-link to=\"/description\" class=\"no-underline\">ICING</router-link>\n </h1>\n </div>\n </template>\n \n <script>\n export default {\n name: 'HomePage',\n };\n </script>\n\n \n <style>\n .centered {\n display: flex;\n justify-content: center;\n align-items: center;\n height: 100vh;\n font-size: 3em;\n margin: 0;\n }\n \n .no-underline {\n text-decoration: none;\n color: inherit;\n }\n \n body {\n margin: 0;\n }\n </style>\n "],"mappings":";;EAESA,EAAE,EAAC;AAAM;;EACRC,KAAK,EAAC;AAAU;;;uBADtBC,mBAAA,CAIM,OAJNC,UAIM,GAHJC,mBAAA,CAEK,MAFLC,UAEK,GADHC,YAAA,CAAuEC,sBAAA;IAA1DC,EAAE,EAAC,cAAc;IAACP,KAAK,EAAC;;IAJ7CQ,OAAA,EAAAC,QAAA,CAI4D,MAAKC,MAAA,QAAAA,MAAA,OAJjEC,gBAAA,CAI4D,OAAK,E;IAJjEC,CAAA","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}