UNPKG

logic-helper

Version:

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.

20 lines (18 loc) 631 B
<!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8" /> <link rel="icon" href="/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, maximum-scale=1.0" /> <title>TopoHelper</title> <script id="topo-server-config"> window.topoServerConfig = /*topo-server-port-start*/{ host:'localhost', port:9503, }/*topo-server-port-end*/ </script> <link rel="stylesheet" href="//at.alicdn.com/t/c/font_3843964_5wig91vi9qv.css"> </head> <body> <div id="app"> </div> <script type="module" src="/src/main.js"></script> </body> </html>