[fix] 打包版本

This commit is contained in:
wujiawei
2024-01-25 16:43:55 +08:00
parent 8c8287ebb4
commit 056bc16d38
102 changed files with 54 additions and 54 deletions

View File

@@ -2,10 +2,10 @@
![logo](https://i.bmp.ovh/imgs/2021/08/f828888bb4064c64.png)
# lazy-ui
# wu-lazy-cloud-network
**[<font color=#FF0000>✈ 国内加速链接</font>](https://gitee.com/asaasa/lazy-ui)**
**[<font color=#FF0000>✈ 效果预览</font>](https://lazy-ui.vercel.app/)**
**[<font color=#FF0000>✈ 国内加速链接</font>](https://gitee.com/asaasa/wu-lazy-cloud-network)**
**[<font color=#FF0000>✈ 效果预览</font>](https://wu-lazy-cloud-network.vercel.app/)**
**[<font color=#FF0000>✈ 效果预览(备用地址)</font>](http://asaasa.gitee.io/xujianhua)**
**走过路过的老铁,帮忙点个小 ⭐⭐⭐⭐⭐,🤝🤝🤝🤝🤝,🙏🙏🙏🙏🙏**

View File

@@ -1,11 +1,11 @@
{
"name": "lazy-ui",
"name": "wu-lazy-cloud-network",
"version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "lazy-ui",
"name": "wu-lazy-cloud-network",
"version": "0.1.0",
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",

View File

@@ -1,5 +1,5 @@
{
"name": "lazy-ui",
"name": "wu-lazy-cloud-network",
"version": "0.1.0",
"private": true,
"scripts": {

View File

@@ -21,7 +21,7 @@ import { computed } from "vue";
import { useStore } from "vuex";
const store = useStore();
const opened = computed(() => store.getters.opened);
const title = "lazy-ui";
const title = "wu-lazy-cloud-network";
</script>
<style lang="scss" scoped>