Skip to content

Commit 090ec1d

Browse files
author
白唯
committed
feat(添加图片以及合并旧版本): 合并
1 parent a913a06 commit 090ec1d

36 files changed

+1050
-865
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [0.1.10](https://github.com/ibwei/vue3-base/compare/0.1.9...0.1.10) (2020-10-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci/cd:** 修复 CI/CD 错误生成的文件 ([2fbba24](https://github.com/ibwei/vue3-base/commit/2fbba2449f345ae9b98ad4b1ea9edde13f3d8a05))
7+
* **ci/cd:** 完善 CI/CD 配置 ([7ec507f](https://github.com/ibwei/vue3-base/commit/7ec507f74a07cd34feff450bc25f76a4847246be))
8+
9+
10+
### Features
11+
12+
* **vuex & test:** 完善 vuex 使用以及更改了组件测试页面 ([a913a06](https://github.com/ibwei/vue3-base/commit/a913a062d4c3a4a800ac95389aff8d2342e9b763))
13+
14+
15+
### Performance Improvements
16+
17+
* **public:** 优化默认模版以及去掉CI/CD 错误生成的文件 ([cacd037](https://github.com/ibwei/vue3-base/commit/cacd0377e34dc156e90f56726452f776e48b213f))
18+
19+
20+
121
## [0.1.9](https://github.com/ibwei/vue3-base/compare/v0.1.8...v0.1.9) (2020-10-17)
222

323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-base-type",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"description": "一个使用vue3+typescript 搭建的项目基础架构类型声明库",
55
"author": {
66
"name": "ibwei",

src/App.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ const App = defineComponent({
1919
const store = useStore<StateType>()
2020
const fullLoading = computed(() => store.state.app.fullLoading)
2121
const loadingText = computed(() => store.state.app.loadingText)
22+
const currentLanguage = computed(() => Locales[store.state.app.language])
23+
2224
return {
25+
currentLanguage,
2326
loadingText,
2427
fullLoading,
2528
Locales
248 KB
Loading

src/assets/images/h-online-p1.png

1.2 MB
Loading

src/assets/images/h-online-p2.png

549 KB
Loading

src/assets/images/h-online-p3.png

150 KB
Loading

src/assets/images/h-slider1.png

3.52 MB
Loading

src/assets/images/online-p1.png

477 KB
Loading

src/assets/images/online-p2.png

150 KB
Loading

0 commit comments

Comments
 (0)