UNPKG

screen-shot-forvue

Version:

web端自定义截屏插件(Vue3版),一个基于vue-web-screen-shot二开的插件

36 lines (35 loc) 1.48 kB
<!DOCTYPE html> <html lang=""> <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"> <link rel="icon" href="<%= BASE_URL %>favicon.ico"> <title><%= htmlWebpackPlugin.options.title %></title> </head> <style> * { padding: 0; margin: 0; } </style> <body> <div style="height: 200px;background-color: antiquewhite;"></div> <div style="height: 200px;background-color: aquamarine;"></div> <div style="height: 200px;background-color: azure;"></div> <div style="height: 200px;background-color: beige;"></div> <div style="height: 200px;background-color: chocolate;"></div> <div style="height: 200px;background-color: brown;"></div> <div style="height: 200px;background-color: chartreuse;"></div> <div style="height: 200px;background-color: darkgoldenrod;"></div> <div style="height: 200px;background-color: darkcyan;"></div> <div style="height: 200px;background-color: darkolivegreen;"></div> <div style="height: 200px;background-color: tan;"></div> <div style="height: 200px;background-color: thistle;"></div> <noscript> <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> </noscript> <div id="app"></div> <!-- built files will be auto injected --> </body> </html>