docs: Update all files JSDoc.
This commit is contained in:
@@ -13,6 +13,8 @@ export default defineStore('performanceStore', {
|
||||
actions: {
|
||||
/**
|
||||
* Get Performance
|
||||
* @param {string} type 'log' | 'filter',可傳入以上任一。
|
||||
* @param {*} id 檔案 ID
|
||||
*/
|
||||
async getPerformance(type, id) {
|
||||
let api = '';
|
||||
|
||||
Reference in New Issue
Block a user