2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +03:00

docs: add sponsors and contributors pages (#1108)

This commit is contained in:
Jeff Sagal
2020-03-15 12:02:01 -07:00
committed by GitHub
parent 59fdc54955
commit 0bad820f91
20 changed files with 818 additions and 188 deletions
+5
View File
@@ -0,0 +1,5 @@
const clientDynamicModules = require('./clientDynamicModules');
module.exports = {
clientDynamicModules: async () => await clientDynamicModules(),
};