linting & cleaning
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template lang="pug">
|
||||
el-main
|
||||
el-main#add_event
|
||||
h4 <nuxt-link to='/'><img src='/favicon.ico'/></nuxt-link> {{edit?$t('common.edit_event'):$t('common.add_event')}}
|
||||
el-form(v-loading='loading')
|
||||
client-only
|
||||
@@ -423,6 +423,10 @@ export default {
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
#add_event {
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
#picker {
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
copyLink () {
|
||||
Message({ message: this.$t('common.copied'), type: 'success' })
|
||||
Message({ message: this.$t('common.copied'), type: 'success', showClose: true })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user