Pre Merge pull request !38 from 吴小平/master

This commit is contained in:
吴小平 2023-07-05 10:51:16 +00:00 committed by Gitee
commit bb9fd34848
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
//TEST
import router from '@system.router'; import router from '@system.router';
import { import {
ImageKnifeComponent, ImageKnifeComponent,
@ -101,4 +102,4 @@ struct IndexFunctionDemo {
onBackPress() { onBackPress() {
} }
} }