mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(core-hn): change styleUrls to styleUrl
This commit is contained in:
@@ -3,7 +3,7 @@ import { Component, h, State, Ionic } from '@stencil/core';
|
||||
|
||||
@Component({
|
||||
tag: 'news-container',
|
||||
styleUrls: 'main.scss'
|
||||
styleUrl: 'main.scss'
|
||||
})
|
||||
export class NewsContainer {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user