chore: update

This commit is contained in:
王奥斯 2022-03-02 11:44:46 +08:00
parent ac81f844f6
commit b13649432c
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2021 孤傲 Copyright (c) 2021 孤傲 <9068149@qq.com>
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -53,8 +53,8 @@ src / utils / componentProperties.js // 组件数据
| 项目 | 描述 | | 项目 | 描述 |
| --- | --- | | --- | --- |
| [AS-Editor(Vue2版)](https://gitee.com/was666/as-editor) | 基于 Vue2 的 AS-Editor | | [AS-Editor <br/> Vue2版](https://gitee.com/was666/as-editor) | 基于 Vue2 的 AS-Editor |
| [AS-Editor(Vue3版)](https://gitee.com/was666/as-editor/tree/vue3.x/) | 基于 Vue3 的 AS-Editor | | [AS-Editor <br/> Vue3版](https://gitee.com/was666/as-editor/tree/vue3.x/) | 基于 Vue3 的 AS-Editor |
| [AS-Editor-H5](https://gitee.com/was666/as-editor-h5.git) | AS-Editor-H5 是移动端 Vue 模版,可以通过定义的 JSON 生成 Vue 页面 | | [AS-Editor-H5](https://gitee.com/was666/as-editor-h5.git) | AS-Editor-H5 是移动端 Vue 模版,可以通过定义的 JSON 生成 Vue 页面 |
#### 感谢捐赠 #### 感谢捐赠

View File

@ -1,6 +1,7 @@
{ {
"name": "as-editor", "name": "as-editor",
"version": "0.1.1", "version": "0.1.1",
"author": "孤傲 <9068149@qq.com>",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",