UNPKG

v-avatar-cropper

Version:

Support cutting of avatars of PC and mobile phones.

17 lines 584 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.0, maximum-scale=1.0, user-scalable=no"> <link rel="icon" href="/favicon.ico"> <title>头像上传</title> </head> <body> <noscript> <strong>很抱歉,没有启用JavaScript,头像上传功能无法正常工作。请启用它以继续。</strong> </noscript> <div id="app"></div> <script type="module" src="/src/main.js"></script> </body> </html>