This website works better with JavaScript.
Explore
Help
Register
Sign In
RogerWorkPC
/
Vue_Demo
Watch
1
Star
0
Fork
You've already forked Vue_Demo
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56
Commits
3
Branches
0
Tags
5.7 MiB
Tag:
Branch:
Tree:
7b4f8bb7dc
mac_study
main
new_branch1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7b4f8bb7dc'
${ noResults }
Vue_Demo
/
19_单文件组件
/
main.js
9 lines
118 B
Raw
Normal View
History
Unescape
Escape
开始学习脚手架
2 years ago
import
App
from
'./App.vue'
new
Vue
(
{
el
:
"#root"
,
使用脚手架渲染demo页面
2 years ago
template
:
`
<App/>
`
,
开始学习脚手架
2 years ago
components
:
{
App
}
}
)