This commit is contained in:
sc 2021-06-01 11:12:54 +08:00
parent 65f4a27411
commit 63b125846b
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "SCUI-Admin", "name": "SCUI-Admin",
"version": "1.1.2", "version": "1.1.3",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",

View File

@ -22,6 +22,12 @@
data() { data() {
return { return {
activities: [ activities: [
{
content: [
"[新增] 扩展图标"
],
timestamp: '2021-06-01'
},
{ {
content: [ content: [
"[新增] 布局实时演示", "[新增] 布局实时演示",