2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-23 03:54:04 +03:00
Files
vue-select/docs/nuxt.config.js
Jeff Sagal ae2eb99f86 wip
2021-07-28 15:56:54 -07:00

11 lines
219 B
JavaScript

import { resolve } from "path";
import theme from "@nuxt/content-theme-docs";
export default theme({
env: {},
alias: {
svg: resolve(__dirname, "./assets/svg"),
},
buildModules: ["@nuxtjs/tailwindcss"],
});