elearning/Frontend-Learner/node_modules/eslint-plugin-vue/lib/utils/vue-reserved.json
2026-01-13 10:48:02 +07:00

26 lines
307 B
JSON

[
"$data",
"$props",
"$el",
"$options",
"$parent",
"$root",
"$children",
"$slots",
"$scopedSlots",
"$refs",
"$isServer",
"$attrs",
"$listeners",
"$watch",
"$set",
"$delete",
"$on",
"$once",
"$off",
"$emit",
"$mount",
"$forceUpdate",
"$nextTick",
"$destroy"
]