UNPKG

vue2-mobile-calendar

Version:
18 lines (17 loc) 658 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-title" content="Web App"> <meta name="format-detection" content="telephone=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/> <title>vue-calendar</title> </head> <body> <div id="app"></div> <script src="/dist/build.js"></script> </body> </html>