Skip to content

Commit

Permalink
Drop support to Vue 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sistrall committed Jan 11, 2024
1 parent 1b7f16c commit 91c3f40
Show file tree
Hide file tree
Showing 32 changed files with 958 additions and 22,907 deletions.
5 changes: 0 additions & 5 deletions examples/query-subscription/babel.config.js

This file was deleted.

13 changes: 13 additions & 0 deletions examples/query-subscription/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
8 changes: 8 additions & 0 deletions examples/query-subscription/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}
Loading

0 comments on commit 91c3f40

Please sign in to comment.