lint fixes
This commit is contained in:
parent
a161a9c1e7
commit
7436e0da18
15 changed files with 48 additions and 17 deletions
|
|
@ -499,6 +499,7 @@ function blur() {
|
|||
}
|
||||
|
||||
const repliesLoaded = ref(false);
|
||||
|
||||
function loadReplies() {
|
||||
repliesLoaded.value = true;
|
||||
os.api('notes/children', {
|
||||
|
|
@ -510,6 +511,7 @@ function loadReplies() {
|
|||
}
|
||||
|
||||
const conversationLoaded = ref(false);
|
||||
|
||||
function loadConversation() {
|
||||
conversationLoaded.value = true;
|
||||
os.api('notes/conversation', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue