File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zy" ,
3
- "version" : " 0.7.10 " ,
3
+ "version" : " 0.7.11 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"serve" : " vue-cli-service serve" ,
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<el-row class =" star" >
3
3
<el-row class =" star-table-box table-box" >
4
- <el-table :data =" filmData" stripe class =" film-table" size =" mini" >
4
+ <el-table :data =" filmData" stripe class =" film-table" size =" mini" empty-text = " 收藏夹里空空的~快去填满我吧~ " >
5
5
<el-table-column prop =" name" label =" 影片名称" ></el-table-column >
6
6
<el-table-column prop =" type" label =" 影片类别" width =" 120" ></el-table-column >
7
7
<el-table-column prop =" time" label =" 更新时间" width =" 180" ></el-table-column >
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ module.exports = {
4
4
builderOptions : {
5
5
win : {
6
6
icon : './build/icons/icon.ico'
7
- }
7
+ } ,
8
+ productName : 'ZY Player'
8
9
} ,
9
10
chainWebpackRendererProcess : config => {
10
11
if ( process . env . NODE_ENV === 'development' ) {
You can’t perform that action at this time.
0 commit comments