Skip to content

Commit e201f0d

Browse files
committed
docs: rebuild example
1 parent 899d398 commit e201f0d

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

docs/assets/index-3e2ca817.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/index-4bbd90a9.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/index-4ca7fac1.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/assets/index-ec161903.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<link rel="icon" type="image/svg+xml" href="/1llest-waveform-vue/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>1LLEST-WAVEFORM-PLUGIN</title>
8-
<script type="module" crossorigin src="/1llest-waveform-vue/assets/index-4ca7fac1.js"></script>
9-
<link rel="stylesheet" href="/1llest-waveform-vue/assets/index-ec161903.css">
8+
<script type="module" crossorigin src="/1llest-waveform-vue/assets/index-3e2ca817.js"></script>
9+
<link rel="stylesheet" href="/1llest-waveform-vue/assets/index-4bbd90a9.css">
1010
</head>
1111

1212
<body>

example/src/components/Demo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { Ref } from 'vue'
44
import { useDark } from '@vueuse/core'
55
import IllestWaveform from '../../../src/components/IllestWaveform.vue'
66
import type { IllestWaveformProps } from '../../../src/types/waveform'
7-
import '1llest-waveform-vue/dist/style.css'
7+
import '../../../lib/style.css'
88
import PlayIcon from './icons/Play.vue'
99
import PauseIcon from './icons/Pause.vue'
1010
import ReplayIcon from './icons/Replay.vue'

0 commit comments

Comments
 (0)