摘要: 学前准备 vue官网:https://cn.vuejs.org/ 工具: webstorm, vscode Vue基础 初体验 <div id="app">{{message}}</div> <script> // 声明式编程 const app = new Vue({ //用于挂载要管理的元素 e 阅读全文
posted @ 2021-07-31 21:17 胸怀丶若谷 阅读(117) 评论(0) 推荐(0)