Commit ba2ce170 by haojie

v3最后一次提交

parent 0ea7f449
...@@ -27,7 +27,6 @@ const audioFile = ref(''); ...@@ -27,7 +27,6 @@ const audioFile = ref('');
const imgs = { const imgs = {
mp4: new URL('../../assets/img/1.mp4', import.meta.url).href, mp4: new URL('../../assets/img/1.mp4', import.meta.url).href,
mp3: new URL('../../assets/img/2.wav', import.meta.url).href,
}; };
const createAudio = (url: string) => { const createAudio = (url: string) => {
......
...@@ -53,7 +53,6 @@ const esidueTime = 60 * 10; ...@@ -53,7 +53,6 @@ const esidueTime = 60 * 10;
const imgs = { const imgs = {
mp4: new URL('../../assets/img/1.mp4', import.meta.url).href, mp4: new URL('../../assets/img/1.mp4', import.meta.url).href,
mp3: new URL('../../assets/img/2.wav', import.meta.url).href,
}; };
const isFirst = ref(true); const isFirst = ref(true);
......
...@@ -35,7 +35,6 @@ const audioFile = ref(''); ...@@ -35,7 +35,6 @@ const audioFile = ref('');
const imgs = { const imgs = {
mp4: new URL('../../assets/img/1.mp4', import.meta.url).href, mp4: new URL('../../assets/img/1.mp4', import.meta.url).href,
mp3: new URL('../../assets/img/2.wav', import.meta.url).href,
}; };
const createAudio = (url: string) => { const createAudio = (url: string) => {
......
...@@ -3,14 +3,13 @@ ...@@ -3,14 +3,13 @@
*/ */
import { import {
Button as TButton, Button as TButton,
Form as TForm,
FormItem as TFormItem, FormItem as TFormItem,
Dialog as TDialog, Dialog as TDialog,
Progress as TProgress, Progress as TProgress,
Upload as TUpload, Upload as TUpload,
} from 'tdesign-vue-next'; } from 'tdesign-vue-next';
const components = [TButton, TForm, TFormItem, TDialog, TProgress, TUpload]; const components = [TButton, TFormItem, TDialog, TProgress, TUpload];
export default { export default {
install(app) { install(app) {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment