UNPKG

jobsys-newbie

Version:

Enhanced component based on ant-design-vue

13 lines (12 loc) 292 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>Newbie Playground</title> </head> <body> <div id="app"></div> <script type="module" src="./playground/main.js"></script> </body> </html>