Commit ba2ce170 by haojie

v3最后一次提交

parent 0ea7f449
......@@ -27,7 +27,6 @@ const audioFile = ref('');
const imgs = {
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) => {
......
......@@ -53,7 +53,6 @@ const esidueTime = 60 * 10;
const imgs = {
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);
......
......@@ -35,7 +35,6 @@ const audioFile = ref('');
const imgs = {
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) => {
......
......@@ -3,14 +3,13 @@
*/
import {
Button as TButton,
Form as TForm,
FormItem as TFormItem,
Dialog as TDialog,
Progress as TProgress,
Upload as TUpload,
} from 'tdesign-vue-next';
const components = [TButton, TForm, TFormItem, TDialog, TProgress, TUpload];
const components = [TButton, TFormItem, TDialog, TProgress, TUpload];
export default {
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