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.
66
Commits
3
Branches
0
Tags
5.7 MiB
JavaScript
65.7%
Vue
25.4%
HTML
8.9%
Tag:
Branch:
Tree:
e111a8db4c
mac_study
main
new_branch1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e111a8db4c'
${ noResults }
Vue_Demo
/
19_单文件组件
/
main.js
9 lines
118 B
Raw
Blame
History
import
App
from
'./App.vue'
new
Vue
(
{
el
:
"#root"
,
template
:
`
<App/>
`
,
components
:
{
App
}
}
)
Reference in new issue
View Git Blame
Copy Permalink