This website works better with JavaScript.
Explore
Help
Sign In
kola
/
psvt-miniprogram
Watch
1
Star
0
Fork
You've already forked psvt-miniprogram
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.
5
Commits
2
Branches
0
Tags
16 MiB
Tree:
8f15bab3e2
dev
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8f15bab3e2'
${ noResults }
psvt-miniprogram
/
src
/
pages
/
articleDetail
/
index.ts
11 lines
107 B
Raw
Normal View
History
Unescape
Escape
first commit
1 week ago
const
_app
=
getApp
<
IAppOption
>
(
)
Page
(
{
data
:
{
content
:
'1111'
,
}
,
onLoad() {
}
,
}
)
export
{
}