提交 0551b0ae 编写于 作者: Z zhangrao

add system

Signed-off-by: Nzhangrao <zhangrao@huawei.com>
上级 10442206
......@@ -22,7 +22,6 @@ struct ImageAnimatorExample {
@State reverse: boolean = false;
@State iterations: number = 1;
build() {
Column({ space:5 }) {
ImageAnimator()
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.emitter'
@Entry
@Component
......@@ -145,4 +145,4 @@ struct PopupExample {
}
}
}
}
}
\ No newline at end of file
......@@ -14,6 +14,7 @@
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
@Entry
@Component
struct DividerExample {
......
......@@ -22,7 +22,6 @@ struct flexDirectionExample {
@State height: number = 40
@State backgroundColor: Color = 0xD2B48C
build() {
Column() {
Column({ space: 5 }) {
......
......@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import prompt from '@system.prompt';
@Entry
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册