UNPKG

vue-year-picker

Version:
18 lines (17 loc) 522 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <meta name="format-detection" content="telephone=no, email=no" /> <title>vue-year-picker</title> </head> <body> <!-- <div>年份选择器/作者:汪骏</div> --> <div id="app"></div> <script src="./dist/year-picker.js"></script> <script> </script> </body> </html>