Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fengdonglp/vue-question-answer
Summary of some questions and answers about vue
https://github.com/fengdonglp/vue-question-answer
Last synced: about 18 hours ago
JSON representation
Summary of some questions and answers about vue
- Host: GitHub
- URL: https://github.com/fengdonglp/vue-question-answer
- Owner: fengdonglp
- License: mit
- Created: 2019-09-24T09:49:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T13:56:08.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T02:41:20.432Z (over 1 year ago)
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-question-answer
Summary of some questions and answers about vue## questions
Q: Why does vue require a component template to have only one root element?(vue为什么要求组件模板只能有一个根元素?)A: https://github.com/vuejs/vue/issues/7088