mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-21 07:59:33 +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 {
|
class Base extends Vue {
|
||||||
// initial data
|
// initial data
|
||||||
|
// TODO: Remove when upgrade babel-preset-env
|
||||||
|
// eslint-disable-next-line no-undef
|
||||||
msg = 123
|
msg = 123
|
||||||
|
|
||||||
// lifecycle hook
|
// lifecycle hook
|
||||||
|
Loading…
Reference in New Issue
Block a user