保存进度!
This commit is contained in:
parent
0317c4d607
commit
9e189ae8ba
@ -2,7 +2,7 @@
|
|||||||
* @Author: Kane
|
* @Author: Kane
|
||||||
* @Date: 2022-12-02 22:44:12
|
* @Date: 2022-12-02 22:44:12
|
||||||
* @LastEditors: Kane
|
* @LastEditors: Kane
|
||||||
* @LastEditTime: 2022-12-05 01:05:42
|
* @LastEditTime: 2022-12-13 16:54:33
|
||||||
* @FilePath: \hello-cli\src\components\AppBanner.vue
|
* @FilePath: \hello-cli\src\components\AppBanner.vue
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
@ -25,6 +25,12 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {};
|
return {};
|
||||||
},
|
},
|
||||||
|
// created() {
|
||||||
|
// console.log("banner请求数据!");
|
||||||
|
// },
|
||||||
|
mounted() {
|
||||||
|
console.log("banner请求数据!");
|
||||||
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user