ignoredElements = [ 'my-custom-web-component', 'another-web-component', // Use a `RegExp` to ignore all elements that start with "ion-" // 2.5+ only /^ion-/ ].
確定! 回上一頁