UNPKG

uiv

Version:

Bootstrap 3 components implemented by Vue.

4 lines (3 loc) 108 B
export function request(url, method = 'GET') { return fetch(url, { method }).then((res) => res.json()); }