Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mt-education-mobile
Project
Project
Details
Activity
Releases
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
王旭
mt-education-mobile
Commits
f71dbb5b
Commit
f71dbb5b
authored
Dec 11, 2019
by
fanlin@91isoft.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
442f0749
a4dcd5ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.vue
src/views/CourseDetail/index.vue
+1
-1
vue.config.js
vue.config.js
+2
-2
No files found.
src/views/CourseDetail/index.vue
View file @
f71dbb5b
...
...
@@ -194,7 +194,7 @@
</ul>
<div
class=
"comment"
v-
show
=
"currentTag == tags[2] && !isOutLine"
v-
if
=
"currentTag == tags[2] && !isOutLine"
>
<van-pull-refresh
class=
"van-pull-refresh"
...
...
vue.config.js
View file @
f71dbb5b
...
...
@@ -29,9 +29,9 @@ module.exports = {
.
set
(
'@views'
,
resolve
(
'src/views'
))
.
set
(
'@layouts'
,
resolve
(
'src/layouts'
))
.
set
(
'@static'
,
resolve
(
'src/static'
))
config
/*
config
.plugin('webpack-bundle-analyzer')
.
use
(
require
(
'webpack-bundle-analyzer'
).
BundleAnalyzerPlugin
)
.use(require('webpack-bundle-analyzer').BundleAnalyzerPlugin)
*/
},
configureWebpack
:
{
plugins
:
[
...
...
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