vue-eslint-editor
Guide
API Reference
GitHub
vue-eslint-editor
A code editor component to play ESLint.
Get Started →
1
2
3
4
5
6
7
8
9
10
import
Vue
from
"vue"
;
new
Vue
({
····
el
:
"#app"
,
·····
template
:
'<p>{{ message }}</p>'
,
··
data
:
{
········
message
:
'Hello Vue.js!'
····
}
})
Preview
Apply