Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
poster
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
刘续中
poster
Commits
c9e09136
Commit
c9e09136
authored
Jun 12, 2024
by
web
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up npm aonweb
parent
26aef46e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4368 additions
and
3 deletions
+4368
-3
.gitignore
.gitignore
+24
-0
package-lock.json
package-lock.json
+4341
-0
package.json
package.json
+1
-1
Index.vue
src/views/Index.vue
+1
-1
User.vue
src/views/User.vue
+1
-1
No files found.
.gitignore
0 → 100644
View file @
c9e09136
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
package-lock.json
0 → 100644
View file @
c9e09136
This source diff could not be displayed because it is too large. You can
view the blob
instead.
package.json
View file @
c9e09136
...
...
@@ -11,7 +11,7 @@
"type-check"
:
"vue-tsc --build --force"
},
"dependencies"
:
{
"
aonweb
"
:
"
^0.0.
0
"
,
"
aonweb
"
:
"
^0.0.
1
"
,
"
aos
"
:
"
^2.3.4
"
,
"
axios
"
:
"
^1.6.8
"
,
"
element-plus
"
:
"
^2.7.5
"
,
...
...
src/views/Index.vue
View file @
c9e09136
...
...
@@ -57,7 +57,7 @@ import { ref } from 'vue';
import
{
showToast
}
from
'
vant
'
;
import
{
useRouter
}
from
'
vue-router
'
import
{
AI
}
from
'
../lib/aonweb/aon-web.es
'
import
{
AI
}
from
'
aonweb
'
import
'
vant/lib/index.css
'
;
import
Header
from
'
../components/Header.vue
'
;
...
...
src/views/User.vue
View file @
c9e09136
...
...
@@ -39,7 +39,7 @@ import {
onMounted
}
from
'
vue
'
;
import
{
useRouter
}
from
'
vue-router
'
import
{
Options
,
User
}
from
'
../lib/aonweb/aon-web.es
'
import
{
Options
,
User
}
from
'
aonweb
'
import
{
showToast
}
from
'
vant
'
;
import
Header
from
'
../components/Header.vue
'
;
...
...
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