mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-23 03:54:04 +03:00
11 lines
219 B
JavaScript
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"],
|
|
});
|