From 5529b7077126be368abd444d45ec085d8c7779e3 Mon Sep 17 00:00:00 2001 From: 明梦爽 <2972214568@qq.com> Date: 星期日, 17 四月 2022 23:21:22 +0800 Subject: [PATCH] eslint语法规范 --- src/components/page/banShiZhiNan.vue | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/components/page/banShiZhiNan.vue b/src/components/page/banShiZhiNan.vue index a88124f..20ef0b4 100644 --- a/src/components/page/banShiZhiNan.vue +++ b/src/components/page/banShiZhiNan.vue @@ -2,7 +2,7 @@ <div> <globalTitle /> <div> - <img src="../../assets/keyanlixiangjieti.png" alt=""> + <img src="../../assets/keyanlixiangjieti.png" alt="" /> </div> </div> </template> @@ -10,12 +10,9 @@ <script> import globalTitle from '../globalTitle.vue' export default { - components: { globalTitle}, - name: 'banShiZhiNan', + components: { globalTitle }, + name: 'banShiZhiNan' } - </script> -<style lang="less" scoped> - -</style> \ No newline at end of file +<style lang="less" scoped></style> -- Gitblit v1.8.0