调整代码

pull/1/head
yutent 2023-03-08 15:14:02 +08:00
parent 695161ab69
commit e34d164f51
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
export const FINALIZED = Symbol('finalized')
export const UPDATE = Symbol('update')
export const WC_PART = Symbol('wc_path')
export const NO_CHANGE = Symbol('wc-noChange')
export const NOTHING = Symbol('wc-nothing')
export const RESET_CSS_STYLE = `
* {box-sizing: border-box;margin: 0;padding: 0;}