Skip to content

Commit

Permalink
chore:add z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
eiis committed Sep 4, 2023
1 parent 86a3225 commit 42fa00f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ lerna-debug.log*

node_modules
dist
tabMorph
dist-ssr
*.local

Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import vue from '@vitejs/plugin-vue'
export default defineConfig({
plugins: [vue()],
build: {
outDir:'tabMorph',
rollupOptions: {
input: ['index.html'],
output:{
Expand Down

0 comments on commit 42fa00f

Please sign in to comment.