@mybricks/to-code-taro 1.0.7 → 1.0.8
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.
|
@@ -5451,7 +5451,7 @@
|
|
|
5451
5451
|
},
|
|
5452
5452
|
{
|
|
5453
5453
|
"path": "src/app.ts",
|
|
5454
|
-
"content": "import { PropsWithChildren } from 'react'\nimport { useLaunch } from '@tarojs/taro'\nimport 'brickd-mobile/lib/index.css' \nimport './app.less'\n\nfunction App({ children }: PropsWithChildren<any>) {\n useLaunch(() => {\n console.log('App launched.')\n })\n\n // children 是将要会渲染的页面\n return children\n}\n \n\n\nexport default App\n"
|
|
5454
|
+
"content": "import { PropsWithChildren } from 'react'\nimport { useLaunch } from '@tarojs/taro'\nimport 'brickd-mobile/lib/index.css' \nimport \"@taroify/icons/style\"\nimport './app.less'\n\nfunction App({ children }: PropsWithChildren<any>) {\n useLaunch(() => {\n console.log('App launched.')\n })\n\n // children 是将要会渲染的页面\n return children\n}\n \n\n\nexport default App\n"
|
|
5455
5455
|
},
|
|
5456
5456
|
{
|
|
5457
5457
|
"path": "src/index.html",
|
|
@@ -5451,7 +5451,7 @@
|
|
|
5451
5451
|
},
|
|
5452
5452
|
{
|
|
5453
5453
|
"path": "src/app.ts",
|
|
5454
|
-
"content": "import { PropsWithChildren } from 'react'\nimport { useLaunch } from '@tarojs/taro'\nimport 'brickd-mobile/lib/index.css' \nimport './app.less'\n\nfunction App({ children }: PropsWithChildren<any>) {\n useLaunch(() => {\n console.log('App launched.')\n })\n\n // children 是将要会渲染的页面\n return children\n}\n \n\n\nexport default App\n"
|
|
5454
|
+
"content": "import { PropsWithChildren } from 'react'\nimport { useLaunch } from '@tarojs/taro'\nimport 'brickd-mobile/lib/index.css' \nimport \"@taroify/icons/style\"\nimport './app.less'\n\nfunction App({ children }: PropsWithChildren<any>) {\n useLaunch(() => {\n console.log('App launched.')\n })\n\n // children 是将要会渲染的页面\n return children\n}\n \n\n\nexport default App\n"
|
|
5455
5455
|
},
|
|
5456
5456
|
{
|
|
5457
5457
|
"path": "src/index.html",
|