摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
posted @ 2020-05-27 22:49 耿鑫 阅读(100) 评论(0) 推荐(0) 编辑
摘要: # 必要规则(强制要求) ## 组件名应为多个单词 组件名应该始终是多个单词的,根组件 `App` 以及 `<transition>`、`<component>` 之类的 Vue 内置组件除外。 - 正例 ```html Vue.component('todo-item', { // ... }) 阅读全文
posted @ 2020-05-27 10:36 耿鑫 阅读(164) 评论(0) 推荐(0) 编辑