【fix ESLint】src/components/page/SHeaderNotice.vue
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<a-popover trigger="click" placement="bottomRight" :overlayStyle="{ width: '300px' }">
|
||||
<template slot="content">
|
||||
<a-spin :spinning="loadding">
|
||||
<a-spin :spinning="loading">
|
||||
<a-tabs>
|
||||
<a-tab-pane v-for="(tab, k) in tabs" :tab="tab.title" :key="k">
|
||||
|
||||
@@ -29,7 +29,7 @@ export default {
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
loadding: false
|
||||
loading: false
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user