🔨 Refactor: [前台]:从npm安装clipboard,取消cdn

This commit is contained in:
fanxb 2019-08-03 10:04:58 +08:00
parent d5934357ea
commit 67aa3bc703

View File

@ -34,6 +34,5 @@
To begin the development, run `npm start` or `yarn start`. To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`. To create a production bundle, use `npm run build` or `yarn build`.
--> -->
<script src="https://unpkg.com/clipboard@2/dist/clipboard.min.js"></script>
</body> </body>
</html> </html>