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
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
6 deletions
+11
-6
.editorconfig
+5
-0
babel.config.js
+2
-2
package.json
+2
-1
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
=
{
module
.
exports
=
{
presets
:
[
"@vue/cli-plugin-babel/preset"
],
presets
:
[
'@vue/cli-plugin-babel/preset'
],
}
;
}
package.json
View file @
11d124ac
...
@@ -33,7 +33,8 @@
...
@@ -33,7 +33,8 @@
"prettier"
:
{
"prettier"
:
{
"endOfLine"
:
"lf"
,
"endOfLine"
:
"lf"
,
"semi"
:
false
,
"semi"
:
false
,
"singleQuote"
:
true
"singleQuote"
:
true
,
"trailingComma"
:
"es5"
},
},
"eslintConfig"
:
{
"eslintConfig"
:
{
"root"
:
true
,
"root"
:
true
,
...
...
src/router/index.js
View file @
11d124ac
...
@@ -12,7 +12,6 @@ Vue.use(VueRouter)
...
@@ -12,7 +12,6 @@ Vue.use(VueRouter)
const
routes
=
[
const
routes
=
[
{
{
path
:
'/'
,
path
:
'/'
,
name
:
'HomePageWrapper'
,
component
:
HomePageWrapper
,
component
:
HomePageWrapper
,
children
:
[
children
:
[
{
{
...
...
vue.config.js
View file @
11d124ac
const
{
defineConfig
}
=
require
(
"@vue/cli-service"
);
const
{
defineConfig
}
=
require
(
'@vue/cli-service'
)
module
.
exports
=
defineConfig
({
module
.
exports
=
defineConfig
({
transpileDependencies
:
true
,
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