npm init stencil ... npm install @stencil/core@latest --save-exact ... import { Component, Prop } from '@stencil/core'; @Component({ tag: ...
確定! 回上一頁