You've already forked vue-element-admin
全局lint优化
This commit is contained in:
@@ -22,21 +22,21 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import MdInput from 'components/MDinput';
|
||||
import PanThumb from 'components/PanThumb';
|
||||
import waves from '@/directive/waves.js';// 水波纹指令
|
||||
import MdInput from 'components/MDinput'
|
||||
import PanThumb from 'components/PanThumb'
|
||||
import waves from '@/directive/waves.js'// 水波纹指令
|
||||
|
||||
export default {
|
||||
components: { MdInput, PanThumb },
|
||||
directives: {
|
||||
waves
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
title: ''
|
||||
}
|
||||
export default {
|
||||
components: { MdInput, PanThumb },
|
||||
directives: {
|
||||
waves
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
title: ''
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user