Open mantou132 opened 10 months ago
eslint/prettier plugin? support bundless:
必须配置 HTTP 缓存。
static assets prefetch:
import src from 'xxxx.png?preload'
import src from 'xxxx.png?url'
Promise.allSettled([
fetch('/src '),
])
如果需要等待资源,则使用:
import src from 'xxxx.png?await-preload'
import src from 'xxxx.png?url'
await Promise.allSettled([
fetch('/src').then(e => e.arrayBuffer()),
])
名字 swc-plugin-gem,有独立配置文件,也供 vscode plugin 作为命令使用
.js
or/index.js
@memo() getter
到字段 // 规范不支持私有字段render
->@template()
fallback
->@fallback()
mounted
->@mounted()