We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3177d9b commit 809b40dCopy full SHA for 809b40d
demo/index.html
@@ -6,7 +6,7 @@
6
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
7
<title>Testing Vue hook timer</title>
8
<script src="https://polyfill.io/v3/polyfill.min.js?features=default%2Ces2015"></script>
9
-
+
10
<style>
11
12
</style>
demo/vite.config.js
@@ -6,6 +6,7 @@ import { resolve } from 'path'
// https://vitejs.dev/config/
export default defineConfig({
root: resolve(process.cwd(), 'demo'),
+ base: '/vue-timer-hook/',
build: {
outDir: '../demo_dist',
rollupOptions: {
0 commit comments