Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
156e79db
Commit
156e79db
authored
Jul 01, 2019
by
Junling Bu
Browse files
vue文件中不能写空的style,会导致编译出空css文件,在部署时会页面加载失败。
parent
23ef05ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-admin/src/views/mall/order.vue
View file @
156e79db
...
@@ -137,10 +137,6 @@
...
@@ -137,10 +137,6 @@
</div>
</div>
</template>
</template>
<
style
>
</
style
>
<
script
>
<
script
>
import
{
listOrder
,
shipOrder
,
refundOrder
,
detailOrder
}
from
'
@/api/order
'
import
{
listOrder
,
shipOrder
,
refundOrder
,
detailOrder
}
from
'
@/api/order
'
import
Pagination
from
'
@/components/Pagination
'
// Secondary package based on el-pagination
import
Pagination
from
'
@/components/Pagination
'
// Secondary package based on el-pagination
...
...
Write
Preview
Supports
Markdown
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