Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
26
Frontend-Learner/node_modules/eslint-plugin-vue/lib/utils/vue-reserved.json
generated
vendored
Normal file
26
Frontend-Learner/node_modules/eslint-plugin-vue/lib/utils/vue-reserved.json
generated
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
"$data",
|
||||
"$props",
|
||||
"$el",
|
||||
"$options",
|
||||
"$parent",
|
||||
"$root",
|
||||
"$children",
|
||||
"$slots",
|
||||
"$scopedSlots",
|
||||
"$refs",
|
||||
"$isServer",
|
||||
"$attrs",
|
||||
"$listeners",
|
||||
"$watch",
|
||||
"$set",
|
||||
"$delete",
|
||||
"$on",
|
||||
"$once",
|
||||
"$off",
|
||||
"$emit",
|
||||
"$mount",
|
||||
"$forceUpdate",
|
||||
"$nextTick",
|
||||
"$destroy"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue