UNPKG

wox-cli

Version:

scaffold for create component, toolkit and so on

10 lines (8 loc) 154 B
import fetch from '@/utils/fetch'; export const fetchData = ({ url, method = 'post', data }) => fetch({ url, method, data: { ...data, }, });