Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jiaxiu-miniapp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蔡亮华(贵阳日报)
jiaxiu-miniapp
Commits
8d57e4e0
Commit
8d57e4e0
authored
Jul 03, 2024
by
蔡亮华(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cs
parent
823e746a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
2 deletions
+15
-2
components.d.ts
components.d.ts
+0
-1
pages.json
src/pages.json
+1
-1
index.vue
src/pages/test/index.vue
+14
-0
No files found.
components.d.ts
View file @
8d57e4e0
...
@@ -9,7 +9,6 @@ declare module 'vue' {
...
@@ -9,7 +9,6 @@ declare module 'vue' {
export
interface
GlobalComponents
{
export
interface
GlobalComponents
{
RouterLink
:
typeof
import
(
'vue-router'
)[
'RouterLink'
]
RouterLink
:
typeof
import
(
'vue-router'
)[
'RouterLink'
]
RouterView
:
typeof
import
(
'vue-router'
)[
'RouterView'
]
RouterView
:
typeof
import
(
'vue-router'
)[
'RouterView'
]
VanButton
:
typeof
import
(
'vant/es'
)[
'Button'
]
VanCascader
:
typeof
import
(
'vant/es'
)[
'Cascader'
]
VanCascader
:
typeof
import
(
'vant/es'
)[
'Cascader'
]
VanEmpty
:
typeof
import
(
'vant/es'
)[
'Empty'
]
VanEmpty
:
typeof
import
(
'vant/es'
)[
'Empty'
]
VanIcon
:
typeof
import
(
'vant/es'
)[
'Icon'
]
VanIcon
:
typeof
import
(
'vant/es'
)[
'Icon'
]
...
...
src/pages.json
View file @
8d57e4e0
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
},
},
"pages"
:
[
//
pages
数组中第一项表示应用启动页
"pages"
:
[
//
pages
数组中第一项表示应用启动页
{
{
"path"
:
"pages/index"
,
"path"
:
"pages/
test/
index"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"小程序平台"
"navigationBarTitleText"
:
"小程序平台"
}
}
...
...
src/pages/test/index.vue
0 → 100644
View file @
8d57e4e0
<
script
>
export
default
{
data
()
{
return
{
}
}
}
</
script
>
<
template
>
123456789
</
template
>
<
style
scoped
>
</
style
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment