Skip to content

Commit

Permalink
[#16] Fixed #16 - Vue 3 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Dec 23, 2022
1 parent b468f4f commit 78f0dc9
Show file tree
Hide file tree
Showing 9 changed files with 1,150 additions and 5,040 deletions.
23 changes: 22 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
dist
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
Loading

0 comments on commit 78f0dc9

Please sign in to comment.