mirror of
https://gitee.com/openharmony/developtools_ace_ets2bundle
synced 2024-12-04 07:22:30 +00:00
update test case in validateModuleName Signed-off-by: s00912778 <shijiakai2@huawei.com> Change-Id: Ie2e0f2cf64632a8cdfac724d762f74fa8aaeb7c7
This commit is contained in:
parent
717ad03a42
commit
e8a39b5a3d
@ -1,5 +1,5 @@
|
||||
@Component
|
||||
export struct Button1 {
|
||||
export struct Button {
|
||||
@State message: string = 'Hello World';
|
||||
build() {
|
||||
Column() {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { Button1 } from './index'
|
||||
import { Button } from './index'
|
||||
import { Button1 } from './index1'
|
||||
@Entry
|
||||
@Component
|
||||
|
Loading…
Reference in New Issue
Block a user