UNPKG

cloud-admin-template

Version:
9 lines 545 B
<!DOCTYPE html><html lang=zh-CN><head><meta charset=UTF-8><title>false</title><script src=https://unpkg.com/vue/dist/vue.js></script><link href=/index.js rel=preload as=script><script src=/index.js?6fd6f133d8289500ee69></script></head><body><div id=app><u-button @click=show>Click me!</u-button></div><script>Vue.use(CloudUI); new Vue({ el: '#app', methods: { show: function () { this.$alert('Hello World!'); }, }, });</script></body></html>