Sign in

简柏林 / thingskit-view · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-view
  • src
  • store
  • external
  • module
  • dynamicRequest.ts
  • Merge branch 'ww' into 'main_dev' ...
    a1c53226
    feat: 新增动态接口功能, Icon组件
    
    See merge request yunteng/thingskit-view!17
    
    (cherry picked from commit 30398d61)
    
    b3bfc357 feat: 新增动态接口功能, Icon组件
    xp.Huang authored
    2023-04-10 10:01:26 +0800  
    Browse Files »
dynamicRequest.ts 179 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
 import { defineStore } from "pinia"; 

export const useDynamicRequest = defineStore({
  id: 'useDynamicRequest',
  state: () => ({

  }),
  getters: {

  },
  actions: {

  }
})