This website works better with JavaScript.
Explore
Help
Register
Sign In
Loki
/
fish-uniapp
Watch
1
Star
0
Fork
You've already forked fish-uniapp
0
Code
Issues
Pull Requests
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.
1
Commit
1
Branch
0
Tags
37 MiB
Tree:
397082cdaf
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '397082cdaf'
${ noResults }
fish-uniapp
/
pages
/
order
/
OrderSubmission
/
main.js
6 lines
87 B
Raw
Normal View
History
Unescape
Escape
增加基本项目配置
5 years ago
import
Vue
from
'vue'
import
App
from
'./index'
const
app
=
new
Vue
(
App
)
app
.
$mount
(
)