2013WUSO01
2013WUSO01
使用css是没有问题的,但是我配置了sass,index.js中导入的是sass不是css,这个时候就失效了
works ```markdown {{ doc: doc.ts }} ``` doesn't work: ```markdown {{ doc: ./src/doc.ts }} ```
Use `['@babel/plugin-proposal-decorators', { legacy: true }]` , the `@query` return `undefined` and the`updated(changedProperties)` return nothing. Maybe other problems I didn't find I know there is no problem using `decoratorsBeforeExport`. links:...
Fixes #1121 I Write lit-element like this: ```typescript @customElement('custom-div') export class CustomDiv extends LitElement { @query('#btn') btn: HTMLButtonElement // .... } ``` And I also used `babel(v7)` and `webpack(v4)`, I...
无法初始化
初始化区域一直呈现landing状态! path的路径也修改了的
* `custom-elements.json`用于记录custom-element的信息 * [Editor support for WebComponents](https://github.com/w3c/webcomponents/issues/776)