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