UNPKG

vue-masked-input

Version:
19 lines (15 loc) 481 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="theme-color" content="#4fc08d"> <title>vue-masked-input</title> </head> <body> <div id="app"></div> <script src="./dist/demo.js"></script> </body> </html>