mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
chore: fix eslint issue
This commit is contained in:
parent
173f48b20e
commit
93bd9dc731
@ -27,6 +27,8 @@ export default
|
||||
})
|
||||
class Base extends Vue {
|
||||
// initial data
|
||||
// TODO: Remove when upgrade babel-preset-env
|
||||
// eslint-disable-next-line no-undef
|
||||
msg = 123
|
||||
|
||||
// lifecycle hook
|
||||
|
Loading…
Reference in New Issue
Block a user