@yyp92-cli/template-react-pc 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @yyp92-cli/template-react-pc
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - react pc 模板 layout 引用修改
8
+
3
9
  ## 1.1.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yyp92-cli/template-react-pc",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -1,8 +1,8 @@
1
1
  import React from 'react'
2
2
  import {createBrowserRouter} from 'react-router-dom'
3
3
  import { AppstoreOutlined, MailOutlined, NodeCollapseOutlined, SettingOutlined } from '@ant-design/icons';
4
- // import Layout from '@/components/layout'
5
- import Layout from '@/components/layout-horizontal'
4
+ import Layout from '@/components/layout'
5
+ // import Layout from '@/components/layout-horizontal'
6
6
  import Home from '@/pages/home'
7
7
  import { Page403 } from '@/components/403'
8
8
  import { Page404 } from '@/components/404'