摘要: # 今日学习内容 ## Vue 全局组件的三种创建方式 <body> <div id="app"> <!-- 如果要使用组件,直接把组件的名称,以 HTML 标签的形式,引入到页面中,即可 --> <mycom1></mycom1> </div> <script> // 1.1 使用 Vue.ext 阅读全文
posted @ 2020-07-13 14:23 青山绿水ccc 阅读(156) 评论(0) 推荐(0)
摘要: 1. Vue 官网引用的是 animate.css 3.5 版本 <link href="https://cdn.jsdelivr.net/npm/animate.css@3.5.1" rel="stylesheet" type="text/css"> 2. 不能引用 animate.css 最新版 阅读全文
posted @ 2020-07-13 10:50 青山绿水ccc 阅读(4939) 评论(4) 推荐(0)