初识 Vue(14)---(组件使用中的注意点)

组件的使用 1.构建组件(使用 is 方法) <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>组件使用中的注意点</title> <script src="./vue.js"></script> </head> <body> <div id="root"> <table> <tbody>
相关文章
相关标签/搜索