Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
office-web-js
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
office-web-js
Commits
11d124ac
Commit
11d124ac
authored
Jan 12, 2023
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 配置修改
parent
9ad87217
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
8 deletions
+12
-8
.editorconfig
+5
-0
babel.config.js
+2
-2
package.json
+3
-3
src/router/index.js
+0
-1
vue.config.js
+2
-2
No files found.
.editorconfig
0 → 100644
View file @
11d124ac
root = true
[*]
end_of_line = lf
insert_final_newline = true
babel.config.js
View file @
11d124ac
module
.
exports
=
{
presets
:
[
"@vue/cli-plugin-babel/preset"
],
}
;
presets
:
[
'@vue/cli-plugin-babel/preset'
],
}
package.json
View file @
11d124ac
...
...
@@ -33,7 +33,8 @@
"prettier"
:
{
"endOfLine"
:
"lf"
,
"semi"
:
false
,
"singleQuote"
:
true
"singleQuote"
:
true
,
"trailingComma"
:
"es5"
},
"eslintConfig"
:
{
"root"
:
true
,
...
...
@@ -58,4 +59,4 @@
"last 2 versions"
,
"not dead"
]
}
\ No newline at end of file
}
src/router/index.js
View file @
11d124ac
...
...
@@ -12,7 +12,6 @@ Vue.use(VueRouter)
const
routes
=
[
{
path
:
'/'
,
name
:
'HomePageWrapper'
,
component
:
HomePageWrapper
,
children
:
[
{
...
...
vue.config.js
View file @
11d124ac
const
{
defineConfig
}
=
require
(
"@vue/cli-service"
);
const
{
defineConfig
}
=
require
(
'@vue/cli-service'
)
module
.
exports
=
defineConfig
({
transpileDependencies
:
true
,
})
;
})
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