保存进度!

This commit is contained in:
Kane Wang 2022-12-13 19:46:33 +08:00
parent 0317c4d607
commit 9e189ae8ba
1 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2022-12-02 22:44:12
* @LastEditors: Kane
* @LastEditTime: 2022-12-05 01:05:42
* @LastEditTime: 2022-12-13 16:54:33
* @FilePath: \hello-cli\src\components\AppBanner.vue
* @Description:
*
@ -25,6 +25,12 @@ export default {
data() {
return {};
},
// created() {
// console.log("banner");
// },
mounted() {
console.log("banner请求数据");
},
};
</script>
<style scoped>