ayii0111
ayii0111
Files or directories that are often newly created or modified are often buried in numerous file directories, which can cause a mental burden when selecting.
"I would like to request a feature that allows filtering to display only directories, hiding files. Additionally, I would appreciate the option to configure the three sections on the left...
``` const arrRef = ref([11, 22]) const numRef = ref(0) watch(numRef, () => { arrRef.value.push({ [numRef.value]: numRef.value }) console.log(arrRef.value) // 可以在控制台中看見,arrRef 陣列一直添加,但畫面上卻沒有響應 }) function foo () { numRef.value++ } foo...
Device: Mac (latest OS version) I want a notification message when copying is successful, otherwise sometimes it doesn't actually copy.