์๋ ํ์ธ์ฌ
Posts
Q&A
font-weight๊ฐ ์ ์ ์ฉ์ด ์๋ ๊น์?
settings.json{ "editor.tabSize": 2, "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true, "files.associations": { "*.css": "tailwindcss" }, "editor.quickSuggestions": { "strings": "on" } }tailwind.config.js/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.{html,js}"], theme: { extend: {}, }, plugins: [], }; snippets Spacing Tailwind CSS styling issue ํด๋น ๋งํฌ๋ 404 ๋จ๋ค์
- 0
- 3
- 297
Q&A
unplugin-vue-router ๊ฐ ์๋๋ค์.
index.js์ ๋ค์ ์ถ๊ฐํ๋๊น ๋๋ค์. +import { routes } from 'vue-router/auto-routes' createRouter({ history: createWebHistory(), // pass the generated routes written by the plugin ๐ค + routes, })
- 0
- 2
- 222




