chameleon-linter
Version:
cml规范校验工具
8 lines (7 loc) • 400 B
JavaScript
/**
* tags: Technically, it only holds tags that are not a html tag.
*/
module.exports = {
attrs: ['v-if', 'v-else', 'v-else-if', 'v-for', 'v-on', 'v-bind', 'v-html', 'v-show', 'v-model', 'v-pre', 'v-once', 'slot-scope'],
tags: ['template', 'view', 'text', 'block', 'scroller', 'list', 'cell', 'image', 'switch', 'video', 'input', 'button', 'radio', 'checkbox', 'page', 'router-view', 'slot']
}