# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/hir5opa
VUE 中常用的 4 種高級特性!**
作者:阿虎兒 https://juejin.cn/post/7225921305597820985provide/injectprovide/inject 是 Vue.js 中用於跨組件傳遞數據的一種高級技術,它可以將數據注入到一個組件中,然後讓它的所有子孫組件都可以訪問到這個數據。通常情況下,我們在父組件中使用 provide 來提供數據,然後在子孫組件中使用 inject 來注入這個 ⌘ Read more