loading.html & html

This commit is contained in:
gaoshuaixing
2024-03-12 11:37:24 +08:00
parent 960b0731ed
commit 282683bccc
8 changed files with 100 additions and 13 deletions

View File

@@ -15,15 +15,8 @@
export default {
data() {
return {
test: '',
};
return {};
},
methods: {
test () {
//
},
}
};
</script>
<style scoped>