理想是火,点燃熄灭的灯。
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <!-- 引入样式 --> <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css" /> <!-- 先引入 Vue --> https://cdn.bootcss.com/vue/2.5.2/vue.min.js </head> <body> <div id="app"> <h1>{{test}}</h1> </div> </body> <!-- 引入组件库 --> <script src="https://unpkg.com/element-ui/lib/index.js"></script> <script> new Vue({ el: "#app", data: function () { return { test: 112345 }; }, }); </script> </html>
作者: Bill 本文地址: http://biaoblog.cn/info?id=1625627414470
版权声明: 本文为原创文章,版权归 biaoblog 个人博客 所有,欢迎分享本文,转载请保留出处,谢谢!
上一篇:ts学习记录
下一篇:ViewUi的render